UNPKG

@npm-voca/voca-bau-node-services

Version:
44 lines (43 loc) 1.19 kB
{ "name": "@npm-voca/voca-bau-node-services", "version": "1.1.22", "description": "Runs VoCA-Bau node services", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/github-voca/voca-bau-node-services.git" }, "main": "service.js", "bin": "./service.js", "keywords": [ "voca", "voca-bau", "node-services" ], "bugs": { "url": "https://github.com/github-voca/voca-bau-node-services/issues" }, "homepage": "https://github.com/github-voca/voca-bau-node-services#readme", "scripts": { "install": "node service.js install", "uninstall": "node service.js uninstall", "start": "node service.js start", "stop": "node service.js stop", "restart": "node service.js restart", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "VoCA", "dependencies": { "@ladjs/graceful": "^1.0.5", "bree": "^4.1.1", "child_process": "^1.0.2", "conf": "^9.0.2", "http": "0.0.1-security", "lodash": "^4.17.21", "node-windows": "^1.0.0-beta.5", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.5", "xml2js": "^0.4.23", "yargs": "^16.2.0" } }