-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.37 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
{
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"name": "@masx200/baidupcs-batch-upload",
"bin": "./lib/cli.js",
"main": "./lib/index.js",
"version": "1.3.2",
"types": "./lib/index.d.ts",
"module": "./lib/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"prettier": "prettier **/*.ts **/*.js --write *.json *.md",
"start": "node --experimental-modules --experimental-json-modules ./lib/cli.js "
},
"dependencies": {
"@masx200/async-task-current-limiter": "^2.1.0",
"@masx200/mini-cli-args-parser": "^1.0.5",
"@shanyue/promise-utils": "^2.0.4",
"find": "^0.3.0",
"fs-extra": "^11.1.1"
},
"license": "MIT",
"devDependencies": {
"@types/find": "^0.2.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.0.0",
"prettier": "^2.1.2",
"tslib": "^2.0.3",
"typescript": "^5.0.3"
},
"keywords": [],
"author": "masx200 <[email protected]>",
"description": "使用baidupcs-go,百度网盘批量上传文件夹中的文件",
"repository": "git+https://github.com/masx200/baidupcs-batch-upload.git",
"bugs": {
"url": "https://github.com/masx200/baidupcs-batch-upload/issues"
},
"homepage": "https://github.com/masx200/baidupcs-batch-upload#readme"
}