UNPKG

@iobroker/adapter-core

Version:

Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.

72 lines (71 loc) 2.07 kB
{ "name": "@iobroker/adapter-core", "version": "3.0.3", "description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.", "author": { "name": "AlCalzone", "email": "d.griesel@gmx.net" }, "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "prebuild": "rimraf ./build", "build": "tsc -p src/tsconfig.json", "watch": "tsc -p src/tsconfig.json --watch", "lint:ts": "eslint --ext .ts src", "lint": "npm run lint:ts", "test:declarations": "tsc -p test/types/tsconfig.json", "test:ts": "mocha --opts test/mocha.custom.opts", "test": "npm run test:declarations", "prepublishOnly": "npm run lint && npm run build", "release": "release-script" }, "repository": { "type": "git", "url": "git+https://github.com/ioBroker/adapter-core.git" }, "keywords": [ "iobroker", "adapter", "iot" ], "license": "MIT", "bugs": { "url": "https://github.com/ioBroker/adapter-core/issues" }, "files": [ "build" ], "homepage": "https://github.com/ioBroker/adapter-core#readme", "devDependencies": { "@alcalzone/release-script": "~3.5.9", "@alcalzone/release-script-plugin-license": "~3.5.9", "@iobroker/types": "^5.0.11", "@types/chai": "^4.3.4", "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^10.0.1", "@types/node": "^18.15.7", "@types/proxyquire": "^1.3.28", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.9", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "mocha": "^10.2.0", "prettier": "^2.8.7", "proxyquire": "^2.1.3", "rimraf": "^3.0.2", "sinon": "^15.1.0", "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "peerDependencies": { "@iobroker/types": "^5.0.11" } }