-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "@xhonker/deploy",
"version": "0.0.15",
"description": "ftp sftp deploy",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": {
"email": "[email protected]",
"name": "xhonker",
"url": "https://github.com/xhonker"
},
"license": "MIT",
"scripts": {
"start": "rollup -c ./config/rollup.config.dev.js --watch",
"build": "rollup -c ./config/rollup.config.prod.js",
"test": "jest"
},
"keywords": [
"ftp",
"sftp",
"deploy",
"typescript"
],
"dependencies": {
"@chilkat/ck-node11-macosx": "^9.50.83",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"node-ssh": "^10.0.2",
"parents": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/dotenv": "^8.2.0",
"@types/fs-extra": "^9.0.1",
"@types/ftp": "^0.3.31",
"@types/node": "^14.0.24",
"@types/parents": "^1.0.0",
"@types/progress": "^2.0.3",
"@types/ssh2": "^0.5.44",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"chalk": "^4.1.0",
"progress": "^2.0.3",
"rollup": "^2.22.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-typescript2": "^0.27.1",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^3.9.7"
}
}