forked from skygragon/leetcode-cli-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 696 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 696 Bytes
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
{
"name": "leetcode-cli-plugins",
"version": "1.0.0",
"description": "3rd party plugins for leetcode-cli.",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "eslint plugins/",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skygragon/leetcode-cli-plugins.git"
},
"author": {
"name": "Eric Wang",
"email": "skygragon@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/skygragon/leetcode-cli-plugins/issues"
},
"homepage": "https://github.com/skygragon/leetcode-cli-plugins#readme",
"devDependencies": {
"eslint": "5.9.0",
"eslint-config-google": "0.11.0"
}
}