UNPKG

1.46 kBJSONView Raw
1{
2 "name": "@cowtech/eslint-config",
3 "version": "7.14.5",
4 "description": "Cowtech's ESLint configuration",
5 "homepage": "https://github.com/cowtech/eslint-config/issues",
6 "repository": "github:cowtech/eslint-config",
7 "keywords": [
8 "eslint",
9 "eslintconfig",
10 "eslint-config",
11 "cowtech"
12 ],
13 "bugs": {
14 "url": "https://github.com/cowtech/eslint-config/issues"
15 },
16 "author": "Shogun <shogun@cowtech.it>",
17 "license": "ISC",
18 "private": false,
19 "files": [
20 "index.js",
21 "node.js",
22 "react.js",
23 "typescript.js",
24 "react-with-typescript.js",
25 "CHANGELOG.md",
26 "LICENSE.md",
27 "README.md"
28 ],
29 "main": "index.js",
30 "scripts": {
31 "prepublish": "eslint --report-unused-disable-directives -c index.js *.js",
32 "postpublish": "git push origin --tags && git push origin"
33 },
34 "dependencies": {
35 "@typescript-eslint/parser": "^4.11.1",
36 "@typescript-eslint/eslint-plugin": "^4.11.1",
37 "eslint": "^7.17.0",
38 "eslint-config-standard": "^16.0.2",
39 "eslint-config-standard-jsx": "^10.0.0",
40 "eslint-config-standard-react": "^11.0.1",
41 "eslint-config-standard-with-typescript": "^19.0.1",
42 "eslint-plugin-import": "^2.22.1",
43 "eslint-plugin-node": "^11.1.0",
44 "eslint-plugin-promise": "^4.2.1",
45 "eslint-plugin-react": "^7.22.0",
46 "eslint-plugin-standard": "^5.0.0"
47 },
48 "devDependencies": {
49 "prettier": "^2.2.1"
50 },
51 "engines": {
52 "node": ">=12.15.0"
53 }
54}