-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.25 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
{
"name": "eslint-config-hemera",
"version": "1.0.0",
"description": "Hemera eslint config",
"main": "index.yml",
"scripts": {
"patch": "np patch --yolo",
"minor": "np minor --yolo",
"major": "np major --yolo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemerajs/eslint-config-hemera.git"
},
"author": "Dustin Deus <[email protected]> (http://www.starptech.de)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hemerajs/eslint-config-hemera/issues"
},
"homepage": "https://github.com/hemerajs/eslint-config-hemera#readme",
"peerDependencies": {
"eslint": ">=5",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1"
},
"devDependencies": {
"eslint": "^5.13.0",
"np": "^3.0.4",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1"
}
}