mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:37:08 +00:00
22 lines
486 B
JSON
22 lines
486 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"
|
|
},
|
|
"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",
|
|
"node-fetch": "^2.6.0",
|
|
"pg": "^8.3.0",
|
|
"ws": "^7.3.1",
|
|
"yaml": "^2.0.0-0"
|
|
}
|
|
}
|