forked from cartesapp/serveur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.07 KB
/
package.json
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
{
"type": "module",
"license": "AGPL-3.0-or-later",
"scripts": {
"build-config": "deno run --allow-net --allow-env --allow-read --allow-write --allow-run buildConfig.ts",
"start": "node --max-old-space-size=16384 --watch server.js"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@mapbox/polyline": "^1.2.1",
"@turf/bbox": "^6.5.0",
"@turf/bezier-spline": "^6.5.0",
"@turf/convex": "^7.1.0",
"@turf/distance": "^6.5.0",
"apicache": "^1.6.3",
"axios": "^1.7.7",
"compression": "^1.7.4",
"cors": "^2.8.5",
"debounce": "^2.1.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"file-system-cache": "^2.4.4",
"gtfs": "^4.15.1",
"gtfs-to-geojson": "^3.6.0",
"multi-progress-bars": "^5.0.3",
"osmtogeojson": "^3.0.0-beta.5",
"progress": "^2.0.3",
"toposort": "^2.0.2"
},
"devDependencies": { "typescript": "^5.3.3" },
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}