rainbird
Version:
The Rainbird library allows you to access your RainBird Controller.
95 lines • 2.38 kB
JSON
{
"name": "rainbird",
"displayName": "Rainbird",
"type": "module",
"version": "1.2.9",
"description": "The Rainbird library allows you to access your RainBird Controller.",
"author": {
"name": "donavanbecker",
"url": "https://github.com/donavanbecker"
},
"maintainers": [
{
"name": "donavanbecker"
},
{
"name": "mantorok1"
}
],
"contributors": [
{
"name": "donavanbecker",
"url": "https://github.com/donavanbecker"
},
{
"name": "mantorok1",
"url": "https://github.com/mantorok1"
}
],
"license": "ISC",
"funding": [
{
"type": "Paypal - donavanbecker",
"url": "https://paypal.me/donavanbecker"
},
{
"type": "GitHub - donavanbecker",
"url": "https://github.com/sponsors/donavanbecker"
},
{
"type": "Paypal - Mantorok1",
"url": "https://paypal.me/Mantorok1"
}
],
"homepage": "https://github.com/homebridge-plugins/rainbird#readme",
"repository": {
"type": "git",
"url": "https://github.com/homebridge-plugins/rainbird.git"
},
"bugs": {
"url": "https://github.com/homebridge-plugins/rainbird/issues"
},
"keywords": [
"irrigation",
"valve",
"rainbird"
],
"main": "dist/index.js",
"engines": {
"node": "^20 || ^22"
},
"scripts": {
"check": "npm install && npm outdated",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"watch": "npm run build && npm link && nodemon",
"build": "npm run clean && tsc",
"prepublishOnly": "npm run lint && npm run build && npm run docs && npm run lint-docs",
"postpublish": "npm run clean && npm ci",
"clean": "shx rm -rf ./dist",
"test": "npm run lint",
"docs": "typedoc",
"lint-docs": "typedoc --emit none --treatWarningsAsErrors"
},
"dependencies": {
"aes-js": "^3.1.2",
"p-queue": "^9.1.2",
"rxjs": "^7.8.2",
"text-encoder": "0.0.4",
"undici": "^8.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@types/aes-js": "^3.1.4",
"@types/node": "^25.6.0",
"eslint": "^10.2.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-perfectionist": "^5.8.0",
"nodemon": "^3.1.14",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.19",
"typescript": "^6.0.2",
"vitest": "^4.1.4"
}
}