UNPKG

848 BJSONView Raw
1{
2 "name": "@app-press/eslint-config",
3 "version": "1.3.2",
4 "description": "ESLint rules for internal App Press use",
5 "main": "index.js",
6 "engines": {
7 "node": ">=4.2.0",
8 "npm": ">=3"
9 },
10 "scripts": {
11 "setup": "sed -ie '$d' .npmrc && echo \"_auth = $NPM_AUTH\" >> .npmrc",
12 "lint": "eslint . --ignore-path .gitignore",
13 "test": "npm run lint -s"
14 },
15 "author": "Chris Henderson <chris@app-press.com>",
16 "contributors": [
17 "Joe Doyle <joe@app-press.com>",
18 "Kevin Smith <kevin@app-press.com>"
19 ],
20 "license": "MIT",
21 "devDependencies": {
22 "eslint": "^3.8.1",
23 "eslint-plugin-node": "2.1.2",
24 "eslint-plugin-react": "^6.7.1"
25 },
26 "peerDependencies": {
27 "babel-eslint": "*",
28 "eslint": "*",
29 "eslint-plugin-flowtype": "*",
30 "eslint-plugin-react": "*",
31 "eslint-plugin-node": "*"
32 }
33}