-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 890 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
{
"dependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.8",
"cors": "^2.8.5",
"express": "^4.18.2",
"hafas-client": "^6.2.2",
"leaflet": "^1.9.4",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"ws": "^8.16.0"
},
"name": "sh-live",
"version": "1.0.0",
"description": "A live tracker of all trains in Schleswig-Holstein",
"exports": "./dist/index.js",
"type": "module",
"scripts": {
"compile": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run compile && node dist/index.js"
},
"repository": {
"type": "git",
"url": "TODO"
},
"author": "Revilum",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/hafas-client": "^6.2.0",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10"
}
}