UNPKG

1.43 kBJSONView Raw
1{
2 "name": "eslint-config-egg",
3 "version": "12.0.0",
4 "description": "Node.js Style Guide for Egg.",
5 "main": "index",
6 "files": [
7 ".eslintrc",
8 "index.js",
9 "legacy.js",
10 "react.js",
11 "typescript.js",
12 "lib"
13 ],
14 "dependencies": {
15 "@babel/core": "^7.16.0",
16 "@babel/eslint-parser": "^7.16.3",
17 "@typescript-eslint/eslint-plugin": "^5.4.0",
18 "@typescript-eslint/parser": "^5.4.0",
19 "eslint-plugin-eggache": "^1.0.0",
20 "eslint-plugin-import": "^2.25.3",
21 "eslint-plugin-jsdoc": "^39.3.0",
22 "eslint-plugin-jsx-a11y": "^6.5.1",
23 "eslint-plugin-node": "^11.1.0",
24 "eslint-plugin-react": "^7.27.1"
25 },
26 "devDependencies": {
27 "@babel/preset-react": "^7.16.0",
28 "autod": "^3.1.2",
29 "coffee": "^5.4.0",
30 "egg-bin": "5",
31 "egg-ci": "2",
32 "eslint": "^8.3.0",
33 "git-contributor": "^1.0.10",
34 "typescript": "^4.5.2"
35 },
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/eggjs/eslint-config-egg"
39 },
40 "homepage": "https://github.com/eggjs/eslint-config-egg",
41 "author": "popomore <sakura9515@gmail.com>",
42 "scripts": {
43 "autod": "autod",
44 "lint": "eslint test/*.test.js lib *.js --fix",
45 "test": "egg-bin test",
46 "ci": "npm run lint && egg-bin cov",
47 "contributor": "git-contributor"
48 },
49 "engines": {
50 "node": ">= 14.17.0"
51 },
52 "ci": {
53 "version": "14, 16, 18",
54 "license": {
55 "year": "2015"
56 }
57 }
58}