forked from felixk76/eslint-config-felixk76-es5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 933 Bytes
/
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
{
"name": "eslint-config-felixk76",
"version": "1.0.29",
"description": "Eslint-config for my ES5 Websites",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/felixk76/eslint-config-felixk76-es5.git"
},
"author": "Felix Kirmaier",
"license": "ISC",
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"babel-loader": "^8.2.5",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.18.9",
"babel-loader": "^8.2.5",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1"
}
}