forked from airbnb/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 980 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
{
"name": "quri-style",
"version": "4.0.0",
"description": "A very reasonable approach to JavaScript.",
"scripts": {
"preinstall": "npm run install:config && npm run install:config:base",
"install:config": "cd packages/eslint-config-quri && npm prune && npm install",
"install:config:base": "cd packages/eslint-config-quri-base && npm prune && npm install",
"test": "npm run --silent test:config && npm run --silent test:config:base",
"test:config": "cd packages/eslint-config-quri; npm test",
"test:config:base": "cd packages/eslint-config-quri-base; npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/quri/javascript.git"
},
"keywords": [
"style guide",
"lint",
"quri",
"es6",
"es2015",
"react",
"jsx"
],
"author": "Loïc Chollier",
"license": "MIT",
"bugs": {
"url": "https://github.com/quri/javascript/issues"
},
"homepage": "https://github.com/quri/javascript"
}