-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "eslint-config-zakodium",
"version": "14.0.0",
"description": "Various shared ESLint configurations for Zakodium projects",
"type": "module",
"exports": {
".": "./index.js",
"./adonis-v5": "./configs/adonis-v5.js",
"./js": "./configs/js.js",
"./jsdoc": "./configs/jsdoc.js",
"./react": "./configs/react.js",
"./ts": "./configs/ts.js",
"./unicorn": "./configs/unicorn.js"
},
"files": [
"index.js",
"configs"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zakodium/eslint-config.git"
},
"author": "Michael Zasso",
"license": "MIT",
"bugs": {
"url": "https://github.com/zakodium/eslint-config/issues"
},
"homepage": "https://github.com/zakodium/eslint-config#readme",
"dependencies": {
"eslint-config-cheminfo": "^13.0.0",
"eslint-config-cheminfo-react": "^15.0.0",
"eslint-config-cheminfo-typescript": "^17.0.0",
"globals": "^15.12.0",
"typescript-eslint": "^8.15.0"
},
"peerDependencies": {
"eslint": "^9.15.0"
},
"devDependencies": {
"eslint": "9.15.0",
"prettier": "^3.3.3"
}
}