-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 927 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 927 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
{
"name": "@bus-tracker/gtfsrt-idfm",
"description": "GTFS-RT data producer for Île-de-France Mobilités.",
"version": "0.1.0",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
"author": "Kevin BIOJOUT <biojoutk1106@gmail.com>",
"scripts": {
"dev": "tsx --env-file .env src/index.ts",
"lint": "biome lint",
"format": "biome format --write",
"build": "tsc",
"start": "node dist/index.js"
},
"packageManager": "pnpm@10.30.2+sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4",
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@types/node": "^25.3.0",
"@types/papaparse": "^5.5.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@hono/node-server": "^1.19.9",
"gtfs-realtime-bindings": "^1.1.1",
"hono": "^4.12.2",
"papaparse": "^5.5.3",
"temporal-polyfill": "^0.3.0"
}
}