forked from cxOrz/chaoxing-signin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.22 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
{
"name": "chaoxing-sign-cli",
"version": "3.6.2",
"description": "超星学习通签到命令行工具",
"scripts": {
"start": "(ts-node ./src/index.ts && echo \"正在检查更新,若等待时间过长请挂代理...(连按 Ctrl+C 终止)\" && git pull) || (echo \"正在检查更新,若等待时间过长请挂代理...(连按 Ctrl+C 终止)\" && git pull)",
"serve": "ts-node ./src/serve.ts",
"monitor": "ts-node ./src/monitor.ts"
},
"repository": "https://github.com/cxOrz/chaoxing-sign-cli.git",
"author": "mcx",
"license": "MIT",
"dependencies": {
"@koa/router": "^12.0.0",
"crypto-js": "^4.1.1",
"form-data": "^4.0.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"kolorist": "^1.5.1",
"multiparty": "^4.2.3",
"prompts": "^2.4.2",
"serverless-http": "^3.0.1",
"tencentcloud-sdk-nodejs": "^4.0.421",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa__router": "^8.0.11",
"@types/multiparty": "^0.0.33",
"@types/node": "^18.7.9",
"@types/prompts": "^2.0.14",
"@types/ws": "^8.5.3",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}