-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
33 lines (33 loc) · 842 Bytes
/
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
{
"name": "gd-utils",
"version": "1.0.1",
"description": "google drive utils",
"repository": "iwestlin/gd-utils",
"main": "src/gd.js",
"scripts": {
"start": "https_proxy='http://127.0.0.1:1086' nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "viegg",
"license": "ISC",
"dependencies": {
"@koa/router": "^9.0.1",
"@viegg/axios": "^1.0.0",
"better-sqlite3": "^7.1.0",
"bytes": "^3.1.0",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"dayjs": "^1.8.28",
"gtoken": "^5.0.1",
"html-escaper": "^3.0.0",
"https-proxy-agent": "^5.0.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"p-limit": "^3.0.1",
"prompts": "^2.3.2",
"proxy-agent": "^3.1.1",
"signal-exit": "^3.0.3",
"yargs": "^15.3.1"
}
}