mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
24 lines
461 B
JSON
24 lines
461 B
JSON
{
|
|
"name": "traque-back",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js"
|
|
},
|
|
"imports": {
|
|
"#*": "./src/*"
|
|
},
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@turf/turf": "^7.3.4",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"random-location": "^1.1.3",
|
|
"socket.io": "^4.7.5"
|
|
}
|
|
}
|