19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@googlemaps/google-maps-services-js": "^3.3.29",
|
|
"big-json": "^3.2.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"geojson-geometries-lookup": "^0.5.0",
|
|
"helmet": "^6.1.5",
|
|
"morgan": "^1.10.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|