-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 875 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
{
"name": "@monolambda/eslint-config",
"description": "ESLint config based on feross/standard",
"version": "1.7.6",
"author": "levsthings",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/monolambda/eslint-config"
},
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-standard": "^4.0.0"
},
"devDependencies": {
"tape": "^4.10.1"
}
}