-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "@kunalgolani/eslint-config",
"version": "4.1.0",
"description": "Pluggable ESLint configs for ECMAScript Next, Node.js and React Native that you can import, extend and override",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "cd packages/esnext && npm run prepare && cd ../node && npm run prepare && cd ../react-native && npm run prepare && cd ../..",
"prepare": "npm run precommit",
"postinstall": "lerna bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kunalgolani/eslint-config.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"keywords": [
"eslint",
"eslint-config",
"eslintconfig",
"esnext",
"es6",
"es7",
"es2015",
"es2016",
"node",
"node.js",
"react",
"reactjs",
"react-native"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/kunalgolani/eslint-config/issues"
},
"homepage": "https://github.com/kunalgolani/eslint-config#readme",
"devDependencies": {
"husky": "^4.2.3",
"js-yaml": "^3.13.1",
"lerna": "^3.20.2"
}
}