UNPKG

801 BJSONView Raw
1{
2 "name": "eslint-config-eslint",
3 "version": "6.0.0",
4 "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
5 "description": "Default ESLint configuration for ESLint projects.",
6 "scripts": {
7 "test": "node ./index.js",
8 "prepublish": "npm test"
9 },
10 "files": [
11 "LICENSE",
12 "README.md",
13 "index.js",
14 "default.yml"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/eslint/eslint"
19 },
20 "homepage": "https://eslint.org",
21 "bugs": "https://github.com/eslint/eslint/issues/",
22 "peerDependencies": {
23 "eslint-plugin-jsdoc": "^15.9.5",
24 "eslint-plugin-node": "^9.0.0"
25 },
26 "keywords": [
27 "eslintconfig",
28 "eslint-config",
29 "eslint"
30 ],
31 "license": "MIT",
32 "engines": {
33 "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
34 }
35}