2020-08-08 23:59:13 +02:00
|
|
|
{
|
|
|
|
|
"name": "dougal-server-web",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"description": "Dougal web backend",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2020-12-29 16:18:53 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2023-04-05 12:32:35 +02:00
|
|
|
"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,
|
2022-02-06 22:51:25 +01:00
|
|
|
"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:51:25 +01:00
|
|
|
},
|
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": {
|
2023-08-23 19:11:20 +02:00
|
|
|
"body-parser": "gitlab:aaltronav/contrib/expressjs/body-parser",
|
2020-08-08 23:59:13 +02:00
|
|
|
"cookie-parser": "^1.4.5",
|
2022-05-06 14:11:31 +02:00
|
|
|
"debug": "^4.3.4",
|
2020-08-08 23:59:13 +02:00
|
|
|
"express": "^4.17.1",
|
|
|
|
|
"express-jwt": "^6.0.0",
|
2021-06-19 19:04:05 +02:00
|
|
|
"json2csv": "^5.0.6",
|
2020-08-08 23:59:13 +02:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2023-04-04 18:16:50 +02:00
|
|
|
"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",
|
2021-05-11 23:09:50 +02:00
|
|
|
"nunjucks": "^3.2.3",
|
2020-10-04 20:17:49 +02:00
|
|
|
"pg": "^8.3.3",
|
2022-03-17 18:43:12 +01:00
|
|
|
"pg-cursor": "^2.7.3",
|
2023-09-01 12:19:57 +02:00
|
|
|
"pg-listen": "^1.7.0",
|
2021-05-13 20:15:50 +02:00
|
|
|
"selenium-webdriver": "*",
|
2020-09-03 14:04:29 +02:00
|
|
|
"ws": "^7.3.1",
|
2020-08-25 08:48:10 +02:00
|
|
|
"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
|
|
|
}
|