29 行
678 B
JSON
29 行
678 B
JSON
{
|
|
"name": "sdu-course-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "ts-node src/test.ts",
|
|
"start": "ts-node src/index.ts",
|
|
"draw": "ts-node src/draw.ts",
|
|
"resetCookie": "ts-node src/resetCookieRequest.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^16.9.1",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/tough-cookie": "^4.0.1",
|
|
"axios": "^0.21.4",
|
|
"axios-cookiejar-support": "^1.0.1",
|
|
"axios-retry": "^3.1.9",
|
|
"dayjs": "^1.10.7",
|
|
"qs": "^6.10.1",
|
|
"tough-cookie": "^4.0.0",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^4.4.3",
|
|
"yaml": "^1.10.2"
|
|
}
|
|
}
|