scrypted-tempest
Version:
Scrypted Tempest Plugin
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "scrypted-tempest",
"version": "0.0.11",
"description": "Scrypted Tempest Plugin",
"repository": {
"type": "git",
"url": "https://github.com/dmontgomery40/scrypted-tempest.git"
},
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
"prescrypted-setup-project": "scrypted-package-json",
"build": "scrypted-webpack",
"prepublishOnly": "NODE_ENV=production scrypted-webpack",
"prescrypted-vscode-launch": "scrypted-webpack",
"scrypted-vscode-launch": "scrypted-deploy-debug",
"scrypted-deploy-debug": "scrypted-deploy-debug",
"scrypted-debug": "scrypted-debug",
"scrypted-deploy": "scrypted-deploy",
"scrypted-changelog": "scrypted-changelog",
"scrypted-package-json": "scrypted-package-json",
"scrypted-readme": "scrypted-readme"
},
"dependencies": {
"@scrypted/sdk": "^0.3.106",
"axios": "^1.6.2"
},
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/node": "^22.13.4"
},
"scrypted": {
"name": "scrypted-tempest",
"type": "API",
"interfaces": [
"DeviceProvider",
"Settings"
]
},
"keywords": [
"scrypted",
"plugin",
"tempest",
"weather",
"wu"
],
"license": "Apache-2.0"
}