Initial upload

This commit is contained in:
ren
2025-06-25 11:45:56 +03:00
parent 449ab057d2
commit 406456c28b
9 changed files with 1745 additions and 0 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"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"
}
}