-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "aimi-deploy",
"version": "1.0.2",
"description": "Aimi前端打包,部署工具",
"author": "qqhao",
"license": "none",
"main": "lib/build.js",
"files": [
"src",
"dist/*.js",
"types/*.d.ts"
],
"bin": {
"aimi-deploy": "bin/aimi-deploy.js"
},
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "[email protected]:dasheng91/aimi-deploy.git"
},
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@babel/register": "^7.13.14",
"chalk": "^4.1.0",
"commander": "^7.2.0",
"dayjs": "^1.10.4",
"fancy-log": "^1.3.3",
"gulp-zip": "^5.1.0",
"ora": "^5.4.0",
"ssh2": "^0.8.9",
"typescript": "^4.2.4",
"v8-compile-cache": "^2.3.0",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/commander": "^2.12.2",
"@types/node": "^14.14.41",
"rollup": "^2.45.2",
"tslib": "^2.2.0"
}
}