-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 908 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
31
32
33
34
35
36
37
38
39
{
"name": "@auxilin/eslint-config",
"version": "0.2.0",
"author": "Auxilin",
"description": "Auxilin ESLint config",
"private": false,
"main": "index.js",
"scripts": {
"add-contributor": "all-contributors add",
"generate-contributors": "all-contributors generate"
},
"keywords": [
"eslint",
"eslintconfig",
"auxilin"
],
"license": "MIT",
"peerDependencies": {
"eslint": "^5.16.0 || ^6.1.0",
"babel-eslint": "^10.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0"
},
"dependencies": {
"eslint-config-airbnb": "^18.0.1"
},
"devDependencies": {
"all-contributors-cli": "6.8.1"
},
"engines": {
"node": ">= 6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auxilincom/eslint-config.git"
}
}