-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (59 loc) · 1.74 KB
/
package.json
File metadata and controls
60 lines (59 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@zd~/upload",
"version": "0.3.8",
"description": "一个基于 basic-ftp 和 ssh2-sftp-client 的 FTP/SFTP 上传工具,帮助你快速将本地资源上传到 FTP/SFTP 服务器。",
"author": "zhuddan <476182045@qq.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/zhuddan/upload.git"
},
"bugs": "https://github.com/zhuddan/upload/issues",
"keywords": [
"ftp",
"sftp",
"upload",
"file-transfer",
"basic-ftp",
"ssh2-sftp-client"
],
"bin": "dist/script.js",
"files": [
"LICENSE",
"README.md",
"dist/script.js"
],
"scripts": {
"dev": "rollup -c -w",
"bumpp": "bumpp",
"build": "rollup -c",
"release": "pnpm publish --access public -no-git-checks",
"test": "node dist/script.js -l ./test -s /home/wang/gzh",
"test:base": "node dist/script.js -c yty -l ./dist -s /home/pro/nginx/html/community-admin",
"test:config": "node dist/script.js -c config/wang.json -l ./test -s /home/wang/gzh"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.3",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^22.5.0",
"@types/prompts": "^2.4.9",
"@types/ssh2-sftp-client": "^9.0.4",
"basic-ftp": "^5.0.5",
"boxen": "^8.0.1",
"bumpp": "^9.5.2",
"eslint": "9.5.0",
"ora": "^8.1.0",
"picocolors": "^1.0.1",
"prompts": "^2.4.2",
"rollup": "^4.21.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-typescript": "^1.0.1",
"ssh2-sftp-client": "^11.0.0",
"terser": "^5.31.6",
"typescript": "^5.5.4"
}
}