routerServer/package.json

20 lines
390 B
JSON

{
"name": "routerserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@turf/turf": "^6.5.0",
"axios": "^1.6.8",
"coordtransform": "^2.1.2",
"express": "^4.19.2"
}
}