-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "deploy-auto",
"version": "2.0.2",
"description": "一个自动化部署的脚本",
"main": "./dist/lib.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangyuan0108/auto_deploy.git"
},
"author": "wangyuan0108",
"license": "ISC",
"bugs": {
"url": "https://github.com/wangyuan0108/auto_deploy/issues"
},
"homepage": "https://github.com/wangyuan0108/auto_deploy#readme",
"dependencies": {
"axios": "^0.21.4",
"chalk": "^4.1.1",
"compressing": "^1.5.1",
"inquirer": "^8.0.0",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"node-ssh": "^11.1.1",
"ora": "^5.4.0",
"shelljs": "^0.8.4"
},
"devDependencies": {
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"node-loader": "^2.0.0",
"release-it": "^14.11.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.88.1",
"webpack-cli": "^4.10.0"
}
}