Files
Project/package.json
thenatespack a709c80f38 version 2.0 | refactor
changed structure of codebase. also include docker files for easy deployment
2025-12-03 15:07:36 -07:00

25 lines
505 B
JSON

{
"name": "traxer2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"cors": "^2.8.5",
"csv-parse": "^6.1.0",
"express": "^5.2.1",
"gtfs-realtime-bindings": "^1.1.1",
"mysql2": "^3.15.3",
"node-fetch": "^3.3.2",
"parse": "^7.1.2",
"pg": "^8.16.3",
"unzipper": "^0.12.3"
}
}