homebridge-tapo-camera
Version:
Homebridge plugin for TP-Link TAPO security cameras
63 lines (62 loc) • 1.55 kB
JSON
{
"displayName": "Homebridge TAPO Camera",
"name": "homebridge-tapo-camera",
"version": "2.5.2",
"description": "Homebridge plugin for TP-Link TAPO security cameras",
"main": "dist/index.js",
"license": "ISC",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"tapo",
"camera",
"tplink"
],
"bugs": {
"url": "https://github.com/kopiro/homebridge-tapo-camera/issues"
},
"engines": {
"node": "^18.13.0 || ^20.16.0 || ^22.5.1",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kopiro/homebridge-tapo-camera"
},
"files": [
"dist",
"LICENSE",
"config.schema.json"
],
"author": {
"name": "Flavio De Stefano",
"email": "destefano.flavio@gmail.com",
"url": "https://www.kopiro.me"
},
"funding": {
"type": "paypal",
"url": "https://www.paypal.me/kopiro"
},
"dependencies": {
"homebridge-camera-ffmpeg": "^3.1.4",
"onvif": "^0.7.4",
"undici": "^6.21.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"homebridge": "^1.8.5",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}