-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.63 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@kinandcarta/eslint-config",
"version": "0.2.1",
"description": "Kin+Carta ESLint Shareable Config",
"keywords": [
"eslint",
"eslint-config",
"kinandcarta"
],
"author": "Radu Micu, Kin+Carta",
"license": "MIT",
"homepage": "https://github.com/Kin-Carta-Connect/eslint-config#readme",
"repository": {
"type": "git",
"url": "[email protected]:Kin-Carta-Connect/eslint-config.git"
},
"engines": {
"node": ">=12"
},
"main": "index.js",
"files": [
"rules/**/*.js",
"index.js",
"jest.js",
"node.js",
"react.js"
],
"scripts": {
"test": "jest",
"watch": "jest.cmd --watch"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"confusing-browser-globals": "^1.0.7",
"eslint-plugin-compat": "^3.1.2",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsdoc": "^31.3.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-unicorn": "^27.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.9",
"@semantic-release/release-notes-generator": "^9.0.1",
"conventional-changelog-conventionalcommits": "^4.5.0",
"eslint": "^7.18.0",
"jest": "^26.6.3",
"semantic-release": "^17.3.0"
},
"peerDependencies": {
"eslint": "^7.18.0"
}
}