scrypted-rachio3-plugin
Version:
A Scrypted plugin that controls Rachio 3 Smart Sprinkler Controller via the Rachio Cloud API.
30 lines (29 loc) • 842 B
JSON
{
"name": "scrypted-rachio3-plugin",
"version": "0.0.1",
"description": "A Scrypted plugin that controls Rachio 3 Smart Sprinkler Controller via the Rachio Cloud API.",
"keywords": ["scrypted", "plugin", "rachio", "sprinkler"],
"author": "Agent007PR",
"license": "MIT",
"main": "bundle/main.js",
"scripts": {
"build": "tsc && webpack"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@scrypted/types": "^0.0.110",
"babel-loader": "^10.0.0",
"scrypted": "^1.3.20",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@scrypted/sdk": "^0.3.88"
},
"scrypted": {
"pluginDependencies": []
}
}