-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 916 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "mapio",
"version": "1.0.0",
"description": "Server that compresses OpenStreetMap data to more lightweight form",
"main": "index.js",
"scripts": {
"start": "nodemon src/server --watch src/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bratrio/mapio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bratrio/mapio/issues"
},
"homepage": "https://github.com/bratrio/mapio#readme",
"dependencies": {
"@hapi/hapi": "^18.4.0",
"@turf/bbox-clip": "^6.0.3",
"@turf/turf": "^5.1.6",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fast-xml-parser": "^3.12.13",
"he": "^1.2.0",
"helmet": "^3.21.2",
"lodash": "^4.17.15",
"mongoose": "^5.7.7",
"node-fetch": "^2.3.0"
},
"devDependencies": {
"nodemon": "^1.18.11"
}
}