-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.42 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
74
75
76
{
"name": "@eclass/eslint-config-typescript",
"version": "2.0.1",
"description": "eslint shareable config for typescript",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix",
"format": "prettier-standard '*.js'",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/eclass/eslint-config-typescript"
},
"keywords": [
"eslint",
"eslint-config",
"eclass",
"typescript"
],
"engines": {
"node": ">=12.0.0"
},
"author": "Leonardo Gatica <[email protected]> (https://about.me/lgatica)",
"license": "MIT",
"bugs": {
"url": "https://github.com/eclass/eslint-config-typescript/issues"
},
"homepage": "https://github.com/eclass/eslint-config-typescript#readme",
"dependencies": {
"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^16.0.2"
},
"devDependencies": {
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@eclass/eslint-config": "2.0.1",
"@eclass/semantic-release-npm-github-config": "3.0.1",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-plugin-array-func": "3.1.8",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "36.1.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-sonarjs": "0.19.0",
"husky": "7.0.4",
"lint-staged": "11.2.6",
"prettier": "2.8.8",
"prettier-standard": "16.4.1",
"semantic-release": "17.4.7",
"typescript": "4.9.5"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.1 || ^4.0.0",
"@typescript-eslint/parser": "^3.0.1 || ^4.0.0",
"eslint": ">=5",
"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-array-func": "^3.1.6",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1 || ^5.0.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.19.0",
"prettier": "^2.0.5"
}
}