forked from eslint/eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 878 Bytes
/
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
{
"name": "eslint-config-eslint",
"version": "7.0.0",
"author": "Nicholas C. Zakas <[email protected]>",
"description": "Default ESLint configuration for ESLint projects.",
"scripts": {
"test": "node ./index.js",
"prepublish": "npm test"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"default.yml"
],
"repository": {
"type": "git",
"url": "https://github.com/eslint/eslint"
},
"homepage": "https://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
"peerDependencies": {
"eslint-plugin-eslint-comments": ">=3.2.0",
"eslint-plugin-jsdoc": ">=38.1.6",
"eslint-plugin-n": ">=15.2.4",
"eslint-plugin-unicorn": ">=42.0.0"
},
"keywords": [
"eslintconfig",
"eslint-config",
"eslint"
],
"license": "MIT",
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
}