54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
|
{
|
||
|
"name": "open_auth_service",
|
||
|
"version": "1.0.0",
|
||
|
"main": "lib/index.js",
|
||
|
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"start": "node lib/index.js",
|
||
|
"build": "tsc && cd views && npm run build && cd ..",
|
||
|
"watch-ts": "tsc -w",
|
||
|
"watch-views": "cd views && npm run watch",
|
||
|
"watch-node": "nodemon --ignore ./views lib/index.js",
|
||
|
"watch": "concurrently \"npm:watch-*\""
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/body-parser": "^1.17.0",
|
||
|
"@types/compression": "^0.0.36",
|
||
|
"@types/cookie-parser": "^1.4.1",
|
||
|
"@types/dotenv": "^4.0.3",
|
||
|
"@types/express": "^4.16.0",
|
||
|
"@types/handlebars": "^4.0.39",
|
||
|
"@types/i18n": "^0.8.3",
|
||
|
"@types/ini": "^1.3.29",
|
||
|
"@types/jsonwebtoken": "^8.3.0",
|
||
|
"@types/mongodb": "^3.1.14",
|
||
|
"@types/node": "^10.12.2",
|
||
|
"@types/node-rsa": "^0.4.3",
|
||
|
"@types/uuid": "^3.4.4",
|
||
|
"concurrently": "^4.0.1",
|
||
|
"nodemon": "^1.18.6",
|
||
|
"typescript": "^3.1.6"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@hibas123/nodelogging": "^1.3.21",
|
||
|
"@hibas123/nodeloggingserver_client": "^1.1.2",
|
||
|
"@hibas123/safe_mongo": "^1.3.3",
|
||
|
"body-parser": "^1.18.3",
|
||
|
"compression": "^1.7.3",
|
||
|
"cookie-parser": "^1.4.3",
|
||
|
"cors": "^2.8.5",
|
||
|
"dotenv": "^6.1.0",
|
||
|
"express": "^4.16.4",
|
||
|
"handlebars": "^4.0.12",
|
||
|
"i18n": "^0.8.3",
|
||
|
"ini": "^1.3.5",
|
||
|
"jsonwebtoken": "^8.3.0",
|
||
|
"moment": "^2.22.2",
|
||
|
"mongodb": "^3.1.9",
|
||
|
"node-rsa": "^1.0.1",
|
||
|
"reflect-metadata": "^0.1.12",
|
||
|
"tedious": "^2.6.4",
|
||
|
"uuid": "^3.3.2"
|
||
|
}
|
||
|
}
|