{ "name": "dougal-server-web", "version": "0.0.0", "description": "Dougal web backend", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "[[ -e ./node_modules/DOUGAL_ROOT ]] || ln -s .. ./node_modules/DOUGAL_ROOT; redoc-cli bundle ./spec/openapi.yaml -o ./spec/openapi.html" }, "author": "Aaltronav s.r.o.", "license": "UNLICENSED", "private": true, "config": { "db_schema": "^0.3.11", "api": "^0.3.0" }, "engines": { "node": ">=14.0.0" }, "os": [ "linux" ], "dependencies": { "cookie-parser": "^1.4.5", "debug": "^4.3.4", "express": "^4.17.1", "express-jwt": "^6.0.0", "json2csv": "^5.0.6", "jsonwebtoken": "^8.5.1", "leaflet-headless": "git+https://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#devel", "marked": "^4.0.12", "netmask": "^2.0.2", "node-fetch": "^2.6.1", "nunjucks": "^3.2.3", "pg": "^8.3.3", "pg-cursor": "^2.7.3", "pg-listen": "^1.7.0", "selenium-webdriver": "*", "ws": "^7.3.1", "yaml": "^2.0.0-0" }, "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://gitlab.com/wgp/dougal/software.git" }, "bugs": { "url": "https://gitlab.com/wgp/dougal/software/issues" }, "homepage": "https://gitlab.com/wgp/dougal/software#readme", "devDependencies": { "redoc-cli": "^0.13.9" } }