38 lines
785 B
JSON
38 lines
785 B
JSON
{
|
|
"name": "openjsp",
|
|
"version": "1.0.0",
|
|
"description": "Real-time bus tracking for Skopje public transport",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "bun run index.ts",
|
|
"typecheck": "bunx tsc --noEmit"
|
|
},
|
|
"keywords": [
|
|
"skopje",
|
|
"bus",
|
|
"api",
|
|
"modeshift",
|
|
"realtime",
|
|
"gtfs",
|
|
"protobuf"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.888.0",
|
|
"express": "^4.18.2",
|
|
"hyparquet": "^1.25.1",
|
|
"hyparquet-writer": "^0.13.0",
|
|
"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",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|