forked from anneb/pgserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 800 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 800 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
{
"name": "pgserver",
"version": "0.0.0",
"description": "PGserver receives, converts and serves geo-data between postgis and http-clients.",
"main": "pgserver.js",
"scripts": {
"start": "npx nodemon pgserver.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd public && npm install"
},
"author": "Anne Blankert, Geodan",
"license": "ISC",
"dependencies": {
"@mapbox/sphericalmercator": "^1.1.0",
"7zip-bin": "^5.2.0",
"cors": "^2.8.5",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"morgan": "^1.10.0",
"node-7z": "^3.0.0",
"pg-promise": "^11.10.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}