UNPKG

iobroker.vds2465-server

Version:
74 lines (73 loc) 2.07 kB
{ "name": "iobroker.vds2465-server", "version": "1.1.0", "description": "Empfänger von VdS2465-Meldungen", "author": { "name": "Hirsch-DE", "email": "github731@hirschfeldonline.de" }, "contributors": [ { "name": "Hirsch-DE" } ], "homepage": "https://github.com/Hirsch-DE/ioBroker.vds2465-server", "license": "MIT", "keywords": [ "ioBroker", "Alarm", "EMZ", "NSL" ], "repository": { "type": "git", "url": "https://github.com/Hirsch-DE/ioBroker.vds2465-server" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2" }, "devDependencies": { "@alcalzone/release-script": "^5.0.0", "@alcalzone/release-script-plugin-iobroker": "^4.0.0", "@alcalzone/release-script-plugin-license": "^4.0.0", "@alcalzone/release-script-plugin-manual-review": "^4.0.0", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/eslint-config": "^2.2.0", "@iobroker/testing": "^5.2.2", "@tsconfig/node20": "^20.1.0", "@types/node": "^20.19.0", "@types/proxyquire": "^1.3.31", "baseline-browser-mapping": "^2.9.11", "proxyquire": "^2.1.3", "typescript": "~5.9" }, "engines": { "node": ">=20.0.0" }, "main": "main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "!admin/i18n", "admin/build/", "lib/", "www/", "io-package.json", "LICENSE", "main.js" ], "scripts": { "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"", "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:package", "check": "tsc --noEmit -p tsconfig.check.json", "lint": "eslint -c eslint.config.mjs .", "translate": "translate-adapter", "release": "release-script" }, "bugs": { "url": "https://github.com/Hirsch-DE/ioBroker.vds2465-server/issues" }, "readmeFilename": "README.md" }