UNPKG

iobroker.alexa-timer-vis

Version:
81 lines (80 loc) 2.73 kB
{ "name": "iobroker.alexa-timer-vis", "version": "3.0.3", "description": "Alexa Timer ausgeben um in der Vis anzuzeigen", "author": { "name": "Michael Roling", "email": "michael.roling@gmx.de" }, "homepage": "https://github.com/MiRo1310/ioBroker.alexa-timer-vis", "license": "MIT", "keywords": [ "ioBroker", "Alexa", "Vis", "Smart Home", "home automation" ], "repository": { "type": "git", "url": "https://github.com/MiRo1310/ioBroker.alexa-timer-vis" }, "engines": { "node": ">= 22" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2" }, "devDependencies": { "@alcalzone/release-script": "^5.2.1", "@alcalzone/release-script-plugin-iobroker": "^5.2.0", "@alcalzone/release-script-plugin-license": "^5.2.0", "@alcalzone/release-script-plugin-manual-review": "^5.2.0", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/eslint-config": "^2.3.4", "@iobroker/testing": "^5.2.2", "@tsconfig/node22": "^22.0.5", "@types/node": "^22.19.19", "nyc": "^18.0.0", "rimraf": "^6.1.3", "ts-node": "^10.9.2", "tsc-alias": "^1.8.17", "tsconfig-paths": "^4.2.0", "tsx": "^4.20.6", "typescript": "^6.0.3" }, "main": "build/main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "build/", "www/", "io-package.json", "LICENSE" ], "scripts": { "prebuild": "npm run lint && rimraf build", "build": "build-adapter ts", "postbuild": "tsc-alias -p tsconfig.build.json", "watch": "build-adapter ts --watch", "prebuild:ts": "rimraf build", "build:ts": "build-adapter ts", "watch:ts": "build-adapter ts --watch", "test:ts": "tsx ./node_modules/mocha/bin/mocha \"test/**/*.test.ts\" --config test/mocharc.custom.json", "test:ts:watch": "tsx ./node_modules/mocha/bin/mocha \"test/**/*.test.ts\" --config test/mocharc.custom.json --watch --watch-files src/**/*.ts", "test:ts:debug": "node --inspect-brk --import tsx ./node_modules/mocha/bin/mocha \"test/**/*.test.ts\" --config test/mocharc.custom.json", "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test:unit": "nyc --reporter=text-summary npm run test:ts", "test:cov": "nyc --reporter=html npm run test:ts", "check": "tsc --noEmit", "lint": "eslint -c eslint.config.mjs .", "lint:fix": "eslint -c eslint.config.mjs . --fix", "translate": "translate-adapter", "release": "release-script" }, "bugs": { "url": "https://github.com/MiRo1310/ioBroker.alexa-timer-vis/issues" }, "readmeFilename": "README.md" }