Init. Map does not function and only working on backend at the moment.
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user