openhab-multiuser-proxy
Version:
Multi-User support for openHAB REST API with NGINX.
57 lines (56 loc) • 1.58 kB
JSON
{
"name": "openhab-multiuser-proxy",
"description": "Multi-User support for openHAB REST API with NGINX.",
"version": "2.0.2",
"private": false,
"scripts": {
"start": "node ./src/server.js",
"dev": "nodemon ./src/server.js | npx pino-pretty --translateTime",
"lint": "semistandard",
"predocs": "rm -Rf ./docs/* && cp -rf ./../README.md .",
"docs": "./node_modules/.bin/jsdoc --configure docs_config.json",
"postdocs": "rm README.md",
"test": "echo INFO: no test specified && exit 0",
"prepack": "cp -rf ./../README.md .",
"postpack": "rm README.md"
},
"dependencies": {
"dotenv": "^16.3.1",
"express": "~4.18.2",
"express-http-proxy": "^1.6.3",
"lokijs": "^1.5.12",
"node-fetch": "^3.3.2",
"pino": "^8.15.0",
"pino-http": "^8.5.0",
"pino-pretty": "^10.2.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"yargs": "^17.7.2"
},
"main": "src/server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Davek145/openhab-multiuser-proxy"
},
"keywords": [
"openHAB",
"NGINX",
"REST",
"multi-user",
"smarthome"
],
"author": "Florian Hotze, David Kesl",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Davek145/openhab-multiuser-proxy/issues"
},
"homepage": "https://github.com/Davek145/openhab-multiuser-proxy#readme",
"devDependencies": {
"@types/lokijs": "^1.5.10",
"docdash": "^2.0.2",
"jsdoc": "^4.0.2",
"nodemon": "^3.0.1",
"semistandard": "^17.0.0"
},
"type": "module"
}