UNPKG

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