-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.86 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
64
65
66
67
68
69
70
71
{
"name": "@smartcar/eslint-config",
"version": "0.0.0-semantic-release",
"description": "Shareable eslint config for smartcar",
"keywords": [
"eslint",
"smartcar",
"lint",
"style"
],
"homepage": "https://github.com/smartcar/eslint-config-smartcar#readme",
"bugs": {
"url": "https://github.com/smartcar/eslint-config-smartcar/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartcar/eslint-config-smartcar.git"
},
"license": "MIT",
"author": {
"name": "Smartcar",
"email": "hello@smartcar.com",
"url": "https://smartcar.com"
},
"main": "index.js",
"files": [
"ava.js",
"index.js",
"lodash.js",
"mocha.js"
],
"scripts": {
"check-rules": "eslint --print-config index.js | eslint-config-prettier-check",
"lint": "eslint . --cache && sort-package-json",
"test": "ava",
"posttest": "npm run -s check-rules"
},
"dependencies": {
"@smartcar/prettier-config": "1.0.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-array-func": "3.1.7",
"eslint-plugin-ava": "11.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.8",
"eslint-plugin-lodash": "7.1.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-no-use-extend-native": "0.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-sonarjs": "0.6.0",
"eslint-plugin-unicorn": "23.0.0"
},
"devDependencies": {
"ava": "3.15.0",
"eslint": "7.32.0",
"is-plain-obj": "3.0.0",
"lodash.difference": "4.5.0",
"prettier": "2.5.1",
"semantic-release": "18.0.1",
"sort-package-json": "1.53.1"
},
"peerDependencies": {
"eslint": ">=7.13.0"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=8.3.0"
}
}