UNPKG

homebridge-arlo-v2

Version:
55 lines (54 loc) 1.32 kB
{ "displayName": "Arlo v2", "name": "homebridge-arlo-v2", "version": "2.1.12", "description": "Arlo plugin for homebridge", "author": "Will O'Donnell", "main": "dist/index.js", "scripts": { "build": "rimraf ./dist && tsc", "clean": "rimraf ./dist", "pretty": "npx prettier --write .", "lint": "eslint src/**.ts", "style": "npm run pretty && npm run lint", "postpublish": "npm run clean", "prepublishOnly": "npm run build", "watch": "npm run build && npm link && nodemon" }, "license": "ISC", "keywords": [ "homebridge-plugin", "arlo", "homebridge" ], "repository": { "type": "git", "url": "git://github.com/wo-d/homebridge-arlo" }, "engines": { "homebridge": ">=1.6.0", "node": ">14" }, "devDependencies": { "@types/node": "^18.11.18", "@types/tough-cookie": "^4.0.2", "@types/ws": "^8.5.4", "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "eslint": "^8.31.0", "homebridge": "^1.6.0", "nodemon": "^2.0.20", "prettier": "^2.8.4", "rimraf": "^3.0.2", "typescript": "^4.9.4" }, "dependencies": { "arlo-api": "^1.0.11" }, "prettier": { "trailingComma": "es5", "singleQuote": true, "tabWidth": 2, "endOfLine": "crlf" } }