-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "eslint-plugin-eslint-plugin",
"version": "1.4.1",
"description": "An ESLint plugin for linting ESLint plugins",
"author": "Teddy Katz",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"lint": "eslint . --ignore-pattern \"!.*\"",
"pretest": "npm run lint",
"generate-readme-table": "node build/generate-readme-table.js",
"generate-release": "node-release-script",
"test": "mocha tests --recursive"
},
"files": [
"lib/"
],
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin.git"
},
"bugs": {
"url": "https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues"
},
"homepage": "https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin#readme",
"dependencies": {},
"devDependencies": {
"@not-an-aardvark/node-release-script": "^0.1.0",
"chai": "^4.1.0",
"dirty-chai": "^2.0.1",
"escope": "^3.6.0",
"eslint": "^4.2.0",
"eslint-config-not-an-aardvark": "^2.1.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-self": "^1.0.1",
"espree": "^3.4.3",
"estraverse": "^4.2.0",
"lodash": "^4.17.2",
"mocha": "^3.4.2"
},
"peerDependencies": {
"eslint": ">=5.0.0"
},
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
}
}