mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:57:08 +00:00
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "dougal-server-web",
|
|
"version": "0.0.0",
|
|
"description": "Dougal web backend",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "./index.js",
|
|
"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"
|
|
},
|
|
"author": "Aaltronav s.r.o.",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"config": {
|
|
"versions": {
|
|
"api": "0.4.0"
|
|
},
|
|
"wanted": {
|
|
"db_schema": "^0.6.0"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"dependencies": {
|
|
"@dougal/binary": "file:../../modules/@dougal/binary",
|
|
"@dougal/organisations": "file:../../modules/@dougal/organisations",
|
|
"@dougal/user": "file:../../modules/@dougal/user",
|
|
"async": "^3.2.6",
|
|
"body-parser": "gitlab:aaltronav/contrib/expressjs/body-parser",
|
|
"busboy": "^1.6.0",
|
|
"compression": "^1.8.1",
|
|
"cookie-parser": "^1.4.5",
|
|
"csv": "^6.3.3",
|
|
"d3": "^6.7.0",
|
|
"debug": "^4.3.4",
|
|
"express": "^4.17.1",
|
|
"express-jwt": "^8.4.1",
|
|
"ipaddr.js": "^1.9.1",
|
|
"json2csv": "^5.0.6",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"leaflet-headless": "git+https://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#devel",
|
|
"marked": "^4.0.12",
|
|
"mathjs": "^14.6.0",
|
|
"node-fetch": "^2.6.1",
|
|
"nunjucks": "^3.2.3",
|
|
"path-to-regexp": "^6.2.1",
|
|
"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.21"
|
|
}
|
|
}
|