18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"name": "elron-gps-tracker",
|
|
"version": "1.0.0",
|
|
"author": "VELENDEU, eetnaviation",
|
|
"license": "MIT",
|
|
"homepage": "https://git.velend.eu/VELENDEU/elron-gps-tracker",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "node main.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.10.0",
|
|
"express": "^5.1.0",
|
|
"node-cache": "^5.1.2",
|
|
"socket.io": "^4.8.1"
|
|
}
|
|
}
|