-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 808 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 808 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
34
{
"name": "ithaca-transit-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start:dev": "nodemon --ignore src/data/notifRequests.json src/index.js",
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"firebase-admin": "^13.1.0",
"fuzzball": "^2.1.3",
"geolib": "^3.3.4",
"google-protobuf": "^3.21.4",
"gps-to-gpx": "^1.5.1",
"interval-promise": "^1.4.0",
"lru-cache": "^11.0.2",
"node-schedule": "^2.1.1",
"request": "^2.88.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"swagger-ui-express": "^5.0.1",
"util": "^0.12.5"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}