-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 865 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
34
35
36
37
38
39
{
"dependencies": {
"@fastify/static": "^6.4.0",
"@sendgrid/mail": "^7.7.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"fastify": "^4.0.1",
"fs": "^0.0.1-security",
"got": "11.8.3",
"middie": "^7.1.0",
"moment": "^2.29.3",
"node-cron": "^3.0.1",
"path": "^0.12.7",
"redis": "^4.1.0",
"uuid": "^8.3.2"
},
"name": "sgbus",
"version": "1.0.0",
"description": "SG bus timing API",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/Ju-Long/sgBus.git"
},
"keywords": [
"sg",
"bus"
],
"author": "BaBaSaMa",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ju-Long/sgBus/issues"
},
"homepage": "https://github.com/Ju-Long/sgBus#readme"
}