-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "eslint-config-neworbit",
"version": "10.0.0",
"description": "NewOrbit standard typescript ready eslint configuration",
"scripts": {
"test": "eslint -c ./index.js ./tests/**"
},
"type": "module",
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"eslint",
"plugin",
"configuration",
"typescript",
"neworbit"
],
"author": "NewOrbit Ltd",
"repository": {
"type": "git",
"url": "git+https://github.com/NewOrbit/eslint-config.git"
},
"bugs": {
"url": "https://github.com/NewOrbit/eslint-config/issues"
},
"homepage": "https://github.com/NewOrbit/eslint-config#readme",
"license": "MIT",
"devDependencies": {
"eslint": "^9.17.0",
"typescript": "^5.7.2"
},
"peerDependencies": {
"eslint": "9.x"
},
"dependencies": {
"@eslint/js": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"typescript-eslint": "^8.18.1"
}
}