Initial upload
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user