{ "name": "iobroker.yr", "description": "Fetches 10d weather forecast from yr.no", "version": "5.3.0", "contributors": [ "bluefox <dogafox@gmail.com>", "hobbyquaker <hq@ccu.io>" ], "homepage": "https://github.com/ioBroker/ioBroker.yr", "repository": { "type": "git", "url": "git+https://github.com/ioBroker/ioBroker.yr" }, "keywords": [ "ioBroker", "weather", "Home automation", "yr.no" ], "dependencies": { "@iobroker/adapter-core": "^2.6.8", "axios": "^1.3.4" }, "devDependencies": { "@alcalzone/release-script": "^3.6.0", "@alcalzone/release-script-plugin-iobroker": "^3.5.9", "@alcalzone/release-script-plugin-license": "^3.5.9", "@babel/cli": "^7.21.5", "@babel/core": "^7.21.5", "@iobroker/testing": "^4.1.0", "@types/chai": "^4.3.5", "@types/chai-as-promised": "^7.1.5", "@types/gulp": "^4.0.10", "@types/mocha": "^10.0.1", "@types/node": "^18.16.3", "@types/proxyquire": "^1.3.28", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.9", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "eslint": "^8.39.0", "gulp": "^4.0.2", "mocha": "^10.2.0", "proxyquire": "^2.1.3", "sinon": "^15.0.4", "sinon-chai": "^3.7.0" }, "main": "main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "admin/build/", "lib/", "www/", "io-package.json", "legend.json", "LICENSE", "main.js" ], "scripts": { "watch:parcel": "parcel admin/src/index.jsx -d admin/build", "build:parcel": "parcel build admin/src/index.jsx -d admin/build", "build": "npm run build:parcel", "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:unit": "mocha test/unit --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package", "check": "tsc --noEmit -p tsconfig.check.json", "lint": "eslint --ext .js,.jsx", "release": "release-script", "release-patch": "release-script patch --yes", "release-minor": "release-script minor --yes", "release-major": "release-script major --yes" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.yr/issues" }, "author": "hobbyquaker <hq@ccu.io>", "license": "MIT" }