@camera.ui/camera-ui-eufy
Version:
Seamlessly integrate Eufy security cameras into your system. Monitor and control your Eufy devices with easy setup.
51 lines • 1.85 kB
JSON
{
"displayName": "Eufy",
"name": "@camera.ui/camera-ui-eufy",
"version": "0.0.33",
"description": "Seamlessly integrate Eufy security cameras into your system. Monitor and control your Eufy devices with easy setup.",
"author": "seydx (https://github.com/seydx/camera.ui)",
"main": "./dist/index.js",
"type": "commonjs",
"scripts": {
"build": "rimraf dist && tsc",
"bundle": "npm run format && npm run lint:fix && npm run build && cui bundle",
"bundle:dev": "npm run format && npm run lint:fix && npm run build && cross-env MODE=development cui bundle",
"format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",
"install-updates": "npm i --save",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepublishOnly": "node -e \"if(!process.env.SAFE_PUBLISH){console.error('Error: Please use @camera.ui/cli to publish the plugin:\\n npm run publish:alpha\\n npm run publish:beta\\n npm run publish:latest\\n');process.exit(1)}\"",
"publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
"publish:beta": "npm i --save && npm run bundle && cui publish --beta",
"publish:latest": "npm i --save && npm run bundle && cui publish --latest",
"update": "updates --update ./"
},
"dependencies": {
"eufy-security-client": "^3.2.0"
},
"bugs": {
"url": "https://github.com/seydx/camera.ui/issues"
},
"engines": {
"camera.ui": ">=0.0.66",
"node": ">=22.0.0"
},
"homepage": "https://github.com/seydx/camera.ui#readme",
"keywords": [
"camera-ui-plugin",
"cameras",
"eufy"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/seydx/camera.ui.git"
},
"camera.ui": {
"extensions": [
"cameraController"
],
"dependencies": [],
"bundled": true
}
}