UNPKG

1.02 kBJSONView Raw
1{
2 "name": "eslint-config-scratch",
3 "version": "6.0.0",
4 "description": "Shareable ESLint config for Scratch",
5 "main": "index.js",
6 "scripts": {
7 "test": "eslint ."
8 },
9 "eslintConfig": {
10 "extends": "./index.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/LLK/eslint-config-scratch.git"
15 },
16 "author": "Massachusetts Institute of Technology",
17 "license": "BSD-3-Clause",
18 "bugs": {
19 "url": "https://github.com/LLK/eslint-config-scratch/issues"
20 },
21 "homepage": "https://github.com/LLK/eslint-config-scratch#readme",
22 "keywords": [
23 "eslint",
24 "eslintconfig",
25 "scratch"
26 ],
27 "optionalDependencies": {
28 "eslint-plugin-react": ">=7.14.2"
29 },
30 "peerDependencies": {
31 "babel-eslint": ">=8.0.1",
32 "eslint": ">=5.3.0"
33 },
34 "devDependencies": {
35 "babel-eslint": "10.0.3",
36 "cz-conventional-changelog": "3.0.2",
37 "eslint": "^6.0.1"
38 },
39 "config": {
40 "commitizen": {
41 "path": "./node_modules/cz-conventional-changelog"
42 }
43 }
44}