-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 959 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
{
"name": "datavized-code-style",
"version": "0.11.0",
"description": "Code style for Datavized projects: Deprecated , remove this dep from projects!",
"main": "lib/index.js",
"scripts": {
"test": "eslint ./",
"fix": "eslint ./ --fix",
"build": "node docs/generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datavized/code-style.git"
},
"author": "Brian Chirls ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/datavized/code-style/issues"
},
"homepage": "https://github.com/datavized/code-style#readme",
"files": [
"lib"
],
"dependencies": {
"@babel/eslint-parser": "^7.14.2",
"@babel/eslint-plugin": "^7.13.16",
"eslint-config-crockford": "^2.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1"
},
"devDependencies": {
"eslint": "6.8.0"
},
"peerDependencies": {
"eslint": "^7.11.0"
}
}