Files
dougal-software/lib/www/server/package.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2020-08-08 23:59:13 +02:00
{
"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": "test -e node_modules/DOUGAL_ROOT || ln -s .. node_modules/DOUGAL_ROOT; test -e spec && test -e spec/openapi.yaml && node_modules/.bin/redoc-cli bundle ./spec/openapi.yaml -o ./spec/openapi.html || echo API documentation not present or failed to compile >/dev/stderr"
2020-08-08 23:59:13 +02:00
},
"author": "Aaltronav s.r.o.",
"license": "UNLICENSED",
2022-02-06 22:50:44 +01:00
"private": true,
"config": {
2022-05-12 22:55:08 +02:00
"db_schema": "^0.3.11",
2023-09-09 16:56:52 +02:00
"api": "^0.4.0"
},
2022-02-06 22:50:44 +01:00
"engines": {
2023-09-09 16:57:20 +02:00
"node": ">=18.0.0"
2022-02-06 22:50:44 +01:00
},
"os": [
"linux"
],
2020-08-08 23:59:13 +02:00
"dependencies": {
"body-parser": "gitlab:aaltronav/contrib/expressjs/body-parser",
2020-08-08 23:59:13 +02:00
"cookie-parser": "^1.4.5",
2023-09-13 21:58:06 +02:00
"csv": "^6.3.3",
"debug": "^4.3.4",
2020-08-08 23:59:13 +02:00
"express": "^4.17.1",
"express-jwt": "^8.4.1",
2021-06-19 19:04:05 +02:00
"json2csv": "^5.0.6",
"jsonwebtoken": "^9.0.2",
"leaflet-headless": "git+https://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#devel",
2022-03-17 20:05:07 +01:00
"marked": "^4.0.12",
"netmask": "^2.0.2",
2020-10-04 20:17:49 +02:00
"node-fetch": "^2.6.1",
"nunjucks": "^3.2.3",
2020-10-04 20:17:49 +02:00
"pg": "^8.3.3",
"pg-cursor": "^2.7.3",
2023-09-01 12:19:57 +02:00
"pg-listen": "^1.7.0",
"selenium-webdriver": "*",
"ws": "^7.3.1",
"yaml": "^2.0.0-0"
2020-10-04 20:17:49 +02:00
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/wgp/dougal/software.git"
},
"bugs": {
"url": "https://gitlab.com/wgp/dougal/software/issues"
},
2022-03-17 20:05:07 +01:00
"homepage": "https://gitlab.com/wgp/dougal/software#readme",
"devDependencies": {
"redoc-cli": "^0.13.9"
}
2020-08-08 23:59:13 +02:00
}