-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 876 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 876 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
32
33
34
35
36
37
{
"name": "store",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": { "node": "24" },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "commonjs",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@turf/along": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0",
"@turf/turf": "^7.3.1",
"dotenv": "^16.3.1",
"fast-xml-parser": "^4.2.5",
"fastify": "^5.1.0",
"fastify-lcache": "^2.1.5",
"form-data": "^4.0.0",
"gtfs-realtime-bindings": "^1.1.1",
"gtfs-rt-bindings": "^4.6.0",
"moment-timezone": "^0.6.0",
"node-fetch": "^2.6.7",
"protobufjs": "^7.2.5",
"vin-decoder": "^1.3.0"
},
"overrides": {
"@turf/convex": {
"concaveman": "1.2.1"
}
}
}