forked from purpleru/AutoStudy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 905 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 905 Bytes
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": "AutoStudy",
"version": "1.2.5",
"description": "这是一个能够快速完成你的大学课程的项目,目前实现了两个课程平台(超星学习通和柠檬学堂)",
"main": "index.js",
"scripts": {
"serve": "node ./server.js"
},
"keywords": [
"柠檬学堂",
"柠檬文才",
"超星学习通",
"学习通",
"大专刷课程",
"大学刷课程",
"大学课程脚本",
"刷课程",
"刷网课脚本",
"网课脚本"
],
"author": "孤独的小丑",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.9",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.5",
"crypto-js": "^4.0.0",
"express": "^4.17.1",
"md5-node": "^1.0.1",
"mongoose": "^5.12.3",
"set-cookie-parser": "^2.4.8"
}
}