This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mon-depute-api/package.json
2023-04-27 12:11:53 +02:00

14 lines
251 B
JSON

{
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"geojson-geometries-lookup": "^0.5.0"
},
"scripts": {
"start": "node index.js"
}
}