UNPKG

1.19 kBJSONView Raw
1{
2 "name": "@cowtech/eslint-config",
3 "version": "4.20.0",
4 "description": "Cowtech's ESLint configuration",
5 "main": "index.js",
6 "files": [
7 "index.js",
8 "node.js",
9 "react.js",
10 "README.md",
11 "CHANGELOG.md"
12 ],
13 "scripts": {
14 "lint": "eslint --report-unused-disable-directives -c index.js *.js",
15 "postpublish": "git push origin --tags && git push origin"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/cowtech/eslint-config"
20 },
21 "keywords": [
22 "eslint",
23 "eslintconfig",
24 "cowtech"
25 ],
26 "author": "Shogun <shogun@cowtech.it>",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/cowtech/eslint-config/issues"
30 },
31 "homepage": "https://github.com/cowtech/eslint-config/issues",
32 "dependencies": {
33 "eslint": "^5.14.1",
34 "eslint-config-standard": "^12.0.0",
35 "eslint-config-standard-jsx": "^6.0.2",
36 "eslint-config-standard-react": "^7.0.2",
37 "eslint-plugin-import": "^2.16.0",
38 "eslint-plugin-node": "^8.0.1",
39 "eslint-plugin-promise": "^4.0.1",
40 "eslint-plugin-react": "^7.12.4",
41 "eslint-plugin-standard": "^4.0.0"
42 },
43 "devDependencies": {
44 "prettier": "^1.16.4"
45 }
46}