Partially working api and web
This commit is contained in:
39
package.json
Normal file
39
package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "skopje-bus-tracker",
|
||||
"version": "1.0.0",
|
||||
"description": "Real-time bus tracking for Skopje public transport",
|
||||
"main": "server.ts",
|
||||
"scripts": {
|
||||
"setup-gtfs": "npx ts-node setup-gtfs.ts",
|
||||
"find": "npx ts-node find-stops-routes.ts",
|
||||
"web": "npx ts-node server.ts",
|
||||
"tracker": "npx ts-node bus-tracker-json.ts",
|
||||
"build": "tsc",
|
||||
"start": "npm run web"
|
||||
},
|
||||
"keywords": [
|
||||
"skopje",
|
||||
"bus",
|
||||
"api",
|
||||
"modeshift",
|
||||
"realtime",
|
||||
"gtfs",
|
||||
"protobuf"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"protobufjs": "^7.5.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"gtfs-realtime-bindings": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^20.10.0",
|
||||
"protobufjs-cli": "^2.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user