UNPKG

iobroker.weather-warnings

Version:
101 lines (100 loc) 2.62 kB
{ "name": "iobroker.weather-warnings", "version": "0.11.2", "description": "weather-warnings", "author": { "name": "ticaki", "email": "github@renopoint.de" }, "homepage": "https://github.com/ticaki/ioBroker.weather-warnings", "license": "MIT", "keywords": [ "weather", "dwd", "uwz", "zamg", "nina", "warnings", "push", "ioBroker" ], "repository": { "type": "git", "url": "https://github.com/ticaki/ioBroker.weather-warnings.git" }, "engines": { "node": ">= 22" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2", "jsonata": "^2.1.0", "source-map-support": "^0.5.21", "uuid": "^14.0.0" }, "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/dev-server": "^0.8.0", "@iobroker/eslint-config": "^2.3.4", "@iobroker/testing": "^5.2.2", "@tsconfig/node22": "^22.0.2", "@types/node": "^25.9.2", "@types/node-forge": "^1.3.14", "baseline-browser-mapping": "^2.10.34", "ts-node": "^10.9.2", "typescript": "^5.9.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": "clean-dir ./build", "build": "build-adapter ts", "watch": "build-adapter ts --watch", "prebuild:ts": "rimraf ./build", "build:ts": "build-adapter ts", "watch:ts": "build-adapter ts --watch", "test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts", "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:ts && npm run test:package", "check": "tsc --noEmit", "coverage": "nyc npm run test:ts", "lint": "eslint -c eslint.config.mjs .", "translate": "translate-adapter", "release": "release-script" }, "nyc": { "include": [ "src/**/*.ts" ], "exclude": [ "src/**/*.test.ts" ], "extension": [ ".ts" ], "require": [ "ts-node/register" ], "reporter": [ "text-summary", "html" ], "sourceMap": true, "instrument": true }, "bugs": { "url": "https://github.com/ticaki/ioBroker.weather-warnings/issues" }, "readmeFilename": "README.md" }