Files
dougal-software/lib/www/server/package.json
D. Berge 76001cffe1 Create HTML version of OpenAPI doc on install.
When running `npm install`, a self-contained HTML document
with the contents of the OpenAPI specification is saved as
openapi.html in the same directory as openapi.yaml.
2020-12-29 16:18:53 +01:00

38 lines
930 B
JSON

{
"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": "redoc-cli bundle ./spec/openapi.yaml -o ./spec/openapi.html"
},
"author": "Aaltronav s.r.o.",
"license": "UNLICENSED",
"dependencies": {
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"netmask": "^1.0.6",
"node-fetch": "^2.6.1",
"pg": "^8.3.3",
"ws": "^7.3.1",
"yaml": "^2.0.0-0"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"redoc-cli": "^0.9.12"
},
"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"
}