UNPKG

iobroker.js-controller

Version:

Updated by reinstall.js on 2018-06-11T15:19:56.688Z

130 lines (129 loc) 3.79 kB
{ "name": "iobroker.js-controller", "version": "3.3.22", "engines": { "node": ">=10.0.0" }, "optionalDependencies": { "diskusage": "^1.1.3", "greenlock": "^4.0.4", "greenlock-express": "^4.0.3", "le-acme-core": "^2.1.4", "le-challenge-fs": "^2.0.9", "le-sni-auto": "^2.1.9", "winston-seq-updated": "^1.0.4", "winston-syslog": "^2.4.4" }, "bin": { "iobroker": "./iobroker.js" }, "dependencies": { "@alcalzone/esbuild-register": "^2.5.1-1", "@iobroker/db-objects-file": "~1.2.7", "@iobroker/db-objects-jsonl": "~1.2.7", "@iobroker/db-objects-redis": "~1.2.7", "@iobroker/db-states-file": "~1.2.7", "@iobroker/db-states-jsonl": "~1.2.7", "@iobroker/db-states-redis": "~1.2.7", "@iobroker/plugin-base": "~1.2.1", "@iobroker/plugin-sentry": "~1.1.10", "ci-info": "^3.2.0", "chokidar": "^3.5.1", "daemonize2": "^0.4.2", "debug": "^4.3.1", "decache": "^4.6.0", "deep-clone": "^3.0.3", "event-stream": "^4.0.1", "fs-extra": "^9.1.0", "jsonwebtoken": "^8.5.1", "jszip": "^3.6.0", "loadavg-windows": "^1.1.1", "mime": "^2.5.2", "ncp": "^2.0.0", "node-forge": "^0.10.0", "node-schedule": "^2.0.0", "node.extend": "^2.0.2", "pidusage": "^2.0.21", "promisify-child-process": "^4.1.1", "prompt": "^1.1.0", "readline-sync": "^1.4.10", "request": "^2.88.2", "semver": "^7.3.5", "tar": "^6.1.0", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.5", "yargs": "^16.2.0" }, "devDependencies": { "@alcalzone/release-script": "^1.10.0", "@types/event-stream": "^3.3.34", "@types/fs-extra": "^9.0.11", "@types/iobroker": "^3.3.0", "@types/mocha": "^8.2.2", "@types/node": "^15.6.1", "@types/semver": "^7.3.6", "@types/yargs": "^16.0.3", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "get-spdx-license-ids": "^2.1.0", "eslint": "^7.27.0", "gulp": "^4.0.2", "gulp-jsdoc3": "^3.0.0", "gulp-replace": "^1.1.3", "istanbul": "^0.4.5", "mocha": "^8.4.0", "sinon": "^10.0.0", "sinon-chai": "^3.7.0" }, "homepage": "http://www.iobroker.com", "description": "Updated by reinstall.js on 2018-06-11T15:19:56.688Z", "keywords": [ "ioBroker", "Smarthome", "Home Automation", "Smart Metering", "Homematic", "Hue", "KNX", "Z-Wave", "ZigBee", "Bidcos", "TV", "Sonos", "AV Receiver" ], "bugs": { "url": "https://github.com/ioBroker/ioBroker.js-controller/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/ioBroker/ioBroker.js-controller/blob/master/LICENSE" } ], "author": "bluefox <dogafox@gmail.com>", "contributors": [ "bluefox <dogafox@gmail.com>", "hobbyquaker <hq@ccu.io>" ], "repository": { "type": "git", "url": "https://github.com/ioBroker/ioBroker.js-controller" }, "scripts": { "preinstall": "node lib/preinstallCheck.js", "install": "node iobroker.js setup first", "start": "node iobroker.js start", "stop": "node iobroker.js stop", "restart": "node iobroker.js restart", "prepublishOnly": "node lib/scripts/scripts.js --prepublish", "release": "release-script", "test": "node node_modules/mocha/bin/mocha test --exit", "test-jsonl": "node node_modules/mocha/bin/mocha test/jsonl/ --exit", "test-redis-socket": "node node_modules/mocha/bin/mocha test/redis-socket/ --exit", "test-redis-sentinel": "node node_modules/mocha/bin/mocha test/redis-sentinel/ --exit", "coverage": "node node_modules/istanbul/lib/cli.js cover --config istanbul.yml node_modules/mocha/bin/_mocha ./test -- --ui bdd -R spec" }, "main": "main.js", "license": "MIT" }