forked from google/blockly-samples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "@blockly/eslint-config",
"version": "4.0.1",
"description": "ESlint configuration used by Blockly plugins.",
"files": [
"index.js"
],
"author": "Blockly Team",
"keywords": [
"blockly",
"eslint",
"eslintplugin",
"dev"
],
"homepage": "https://github.com/google/blockly-samples/tree/master/plugins/eslint-config#readme",
"bugs": {
"url": "https://github.com/google/blockly-samples/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/google/blockly-samples.git",
"directory": "plugins/eslint-config"
},
"license": "Apache-2.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-eslint": "^10.1.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^46.8.0"
},
"peerDependencies": {
"eslint": "7.x"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
},
"engines": {
"node": ">=10.0.0"
}
}