-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.61 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "rishiqing-deploy",
"version": "2.1.0",
"description": "rishiqing front auto deploy",
"main": "lib/index.js",
"bin": {
"rishiqing-deploy": "./lib/bin/index.js"
},
"scripts": {
"test": "npm run lint",
"lint": "eslint src",
"clean": "rm -rf lib",
"start": "npm run clean && babel src/ --watch --out-dir lib/",
"build:src": "npm run clean && babel src/ --out-dir lib/",
"prepublish": "npm run lint && npm run build:src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rishiqing/rishiqing-deploy.git"
},
"keywords": [
"auto",
"deploy",
"sdk"
],
"author": "qinyang",
"license": "MIT",
"bugs": {
"url": "https://github.com/rishiqing/rishiqing-deploy/issues"
},
"homepage": "https://github.com/rishiqing/rishiqing-deploy#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.11.1"
},
"dependencies": {
"ali-oss": "^6.1.0",
"babel-runtime": "^6.18.0",
"ftp": "^0.3.10",
"git-raw-commits": "^2.0.0",
"git-semver-tags": "^2.0.2",
"guess-content-type": "^0.1.0",
"is-gzip": "^1.0.0",
"lodash": "^4.17.2",
"md5-file": "^3.1.1",
"moment-timezone": "^0.5.23",
"simple-git": "^1.110.0",
"ssh2": "^0.5.4",
"sync-request": "^6.1.0",
"yargs": "^6.5.0",
"yml": "^1.0.0"
}
}