Init. Map does not function and only working on backend at the moment.

This commit is contained in:
eetnaviation
2024-03-15 22:15:20 +02:00
commit d521b9db0c
1488 changed files with 252767 additions and 0 deletions

26
package.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "tlt-bus-map",
"version": "1.0.0",
"description": "TLT Bus map with TAK data",
"main": "main.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eetnaviation/tlt-bus-map.git"
},
"author": "eetnaviation",
"license": "ISC",
"bugs": {
"url": "https://github.com/eetnaviation/tlt-bus-map/issues"
},
"homepage": "https://github.com/eetnaviation/tlt-bus-map#readme",
"dependencies": {
"axios": "^1.6.8",
"express": "^4.18.3",
"sleep": "^6.3.0",
"socket.io": "^4.7.5",
"socketio": "^1.0.0"
}
}