UNPKG

eufy-security-client-fork

Version:

Client to comunicate with Eufy-Security devices

75 lines (74 loc) 2.14 kB
{ "name": "eufy-security-client-fork", "version": "2.2.0-rc.2", "description": "Client to comunicate with Eufy-Security devices", "author": { "name": "bropat", "email": "patrick.broetto@gmail.com" }, "homepage": "https://github.com/bropat/eufy-security-client", "main": "build/index.js", "scripts": { "build:ts": "tsc -p tsconfig.build.json && npm run copy-proto-build", "copy-proto-build": "npx copyfiles -u 1 \"src/**/*.proto\" \"src/**/*.crt\" build", "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run build:ts", "watch:ts": "tsc -p tsconfig.build.json --watch", "watch": "npm run watch:ts", "lint": "eslint --ext .ts src", "prepublishOnly": "tsc -p tsconfig.build.json && npm run copy-proto-build" }, "license": "MIT", "keywords": [ "eufy", "eufycam", "cam", "cameras", "security", "eufy-security", "doorbell", "lock", "keypad", "smartlock", "smartsafe" ], "repository": { "type": "git", "url": "https://github.com/bropat/eufy-security-client" }, "engines": { "node": ">=14.17.0" }, "dependencies": { "got": "~11.8", "protobuf-typescript": "^6.8.8", "qs": "^6.11.0", "node-rsa": "^1.1.1", "crypto-js": "^4.1.1", "ts-log": "^2.2.4", "tiny-typed-emitter": "^2.1.0", "i18n-iso-countries": "^7.5.0", "@cospired/i18n-iso-languages": "^4.0.0", "fs-extra": "^10.1.0", "sweet-collections": "^1.1.0", "mqtt": "^4.3.7", "node-schedule": "^2.1.0", "p-throttle": "~4.1.1" }, "devDependencies": { "@types/node": "^16.11.56", "@types/qs": "^6.9.7", "@types/node-rsa": "^1.1.1", "@types/crypto-js": "^4.1.1", "@types/fs-extra": "^9.0.13", "@types/node-schedule": "^2.1.0", "@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/parser": "^5.35.1", "eslint": "^8.23.0", "typescript": "4.8.2" }, "bugs": { "url": "https://github.com/bropat/eufy-security-client/issues" }, "readmeFilename": "README.md" }