-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1 KB
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
43
44
{
"name": "mora-scripts",
"version": "1.9.14",
"description": "Some collection scripts by myself",
"scripts": {
"test": "mocha -R dot libs/**/__*.js"
},
"bin": {
"inject": "cli/inject",
"run": "cli/run",
"run-node": "hooks/scripts/run-node",
"puts": "cli/puts",
"sync-taobao": "cli/sync-taobao",
"remove-all": "cli/remove-all",
"commit-msg-help": "cli/commit-msg-help"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"mora",
"scripts",
"collection"
],
"author": "Mora <qiuzhongleiabc@126.com>",
"repository": {
"type": "git",
"url": "https://github.com/qiu8310/mora-scripts"
},
"license": "MIT",
"devDependencies": {
"cross-spawn": "5.1.0",
"semver-regex": "1.0.0",
"@vercel/ncc": "^0.29.0",
"eslint": "^3.16.1",
"mocha": "^3.2.0",
"nyc": "^10.0.0",
"proxyquire": "1.8.0",
"rewire": "^2.5.2",
"sinon": "^2.0.0",
"standard": "^10.0.0"
}
}