-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "tsdocstandard",
"description": "A standard for JavaScript + jsdoc + typescript",
"version": "16.2.2",
"bin": {
"tsdocstandard": "./bin/cmd.js"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "4.13.0",
"eslint": "7.12.1",
"eslint-config-standard": "16.0.1",
"eslint-config-tsdocstandard": "17.1.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.5",
"eslint-plugin-jsdoc-typescript": "2.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"json5": "2.1.3",
"standard-engine": "14.0.1",
"typescript": "4.1.3"
},
"devDependencies": {},
"keywords": [
"JavaScript Standard Style",
"bikeshed",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"hint",
"jscs",
"jsdoc",
"jshint",
"lint",
"policy",
"quality",
"semicolon",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"tsdoc",
"typescript",
"verify"
],
"author": "Raynos <[email protected]>",
"repository": "git://github.com/Raynos/tsdocstandard.git",
"homepage": "https://github.com/Raynos/tsdocstandard",
"bugs": {
"url": "https://github.com/Raynos/tsdocstandard/issues",
"email": "[email protected]"
},
"contributors": [
{
"name": "Raynos"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/tsdocstandard/raw/master/LICENSE"
}
],
"license": "MIT",
"main": "index.js"
}