-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.3 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
{
"name": "@12core/eslint-config-12core",
"version": "5.0.0",
"description": "12Core Shareable eslint config",
"main": "index.js",
"scripts": {
"prepublishOnly": "git push --follow-tags && gh-release -y",
"test": "run-s test:*",
"test:lint": "eslint index.js",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
"auto-changelog": "^2.0.0",
"dependency-check": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/little-core-labs/eslint-config-12core.git"
},
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/little-core-labs/eslint-config-12core/issues"
},
"homepage": "https://github.com/little-core-labs/eslint-config-12core#readme",
"dependencies": {
"eslint-config-standard": "^16.0.0",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5"
},
"devDependencies": {
"auto-changelog": "^2.0.0",
"eslint": "^7.12.1",
"gh-release": "^6.0.0",
"npm-run-all2": "^5.0.0"
},
"peerDependencies": {
"eslint": ">=6.2.2"
}
}