forked from appliedblockchain/eslint-config
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 967 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
35
36
37
38
{
"name": "@beyonk/eslint-config",
"version": "8.0.2",
"description": "Eslint config for beyonk",
"main": "node.js",
"scripts": {
"lint": "eslint -c node.js .",
"lint:ci": "eslint -c node.js --format junit -o reports/junit/eslint-results.xml"
},
"repository": "beyonk/eslint-config",
"keywords": [
"eslint",
"config",
"eslint-config",
"beyonk"
],
"author": "Beyonk",
"license": "MIT",
"bugs": {
"url": "https://github.com/beyonk/eslint-config/issues"
},
"homepage": "https://github.com/beyonk/eslint-config#readme",
"dependencies": {
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte": "^2.35.1"
},
"devDependencies": {
"eslint": "^8.56.0"
},
"peerDependencies": {
"eslint": "^8.56.0"
},
"packageManager": "[email protected]"
}