-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "@pondevelopment/eslint-config-ponstandard",
"version": "2.0.3",
"description": "JavaScript Standard Style Eslint config with custom PON tweaks",
"keywords": [
"javascript",
"ecmascript",
"eslint",
"lint",
"config"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pondevelopment/eslint-config-ponstandard"
},
"author": {
"name": "Pieter Wigboldus",
"email": "[email protected]",
"url": "https://pon.bike/"
},
"license": "MIT",
"peerDependencies": {
"eslint": "^8.23.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.0.0",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-sonarjs": "^0.19.0",
"standard": "^17.0.0",
"standard-engine": "^15.0.0"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.0.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-sonarjs": "^0.19.0",
"standard": "^17.0.0",
"standard-engine": "^15.0.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix",
"vulnerabilities": "npm audit --omit=dev"
},
"dependencies": {
"@pondevelopment/eslint-config-pon": "^0.1.4"
}
}