-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 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
39
40
41
42
43
44
45
46
47
48
49
{
"engines": {
"node": "22.x"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"chrome-aws-lambda": "^10.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"https": "^1.0.0",
"mongodb": "^4.13.0",
"next": "^13.1.2",
"node-fetch": "^3.3.0",
"node-schedule": "^2.1.0",
"puppeteer": "^19.4.0",
"superagent": "^8.0.4"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.3.1",
"jest": "^29.3.1",
"nodemon": "^2.0.20"
},
"scripts": {
"start": "node index.js",
"test": "jest --coverage",
"localServer": "node index_local.js"
},
"name": "reserve-process-website",
"version": "1.0.0",
"author": "chenp6",
"license": "MIT",
"type": "module",
"description": "各校備取進度查詢 (目前有支援臺大、陽明交大、成大、中正、中央、政大、高科)\r # Demo\r https://reserve-process-checker.vercel.app/",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chenp6/reserveProcessCheckerWebsite.git"
},
"keywords": [
"reserve",
"process"
],
"bugs": {
"url": "https://github.com/chenp6/reserveProcessCheckerWebsite/issues"
},
"homepage": "https://github.com/chenp6/reserveProcessCheckerWebsite#readme"
}