UNPKG

arlo-cameras

Version:

A node.js library for Arlo Cameras and base station

56 lines (55 loc) 1.4 kB
{ "name": "arlo-cameras", "version": "1.4.4", "author": "John Pillar", "description": "A node.js library for Arlo Cameras and base station", "main": "./index.js", "license": "MIT", "repository": { "type": "git", "url": "http://github.com/JOHNEPPILLAR/arlo" }, "bugs": { "url": "http://github.com/JOHNEPPILLAR/arlo/issues" }, "engines": { "node": ">=12" }, "dependencies": { "axios": "^0.25.0", "axios-cookiejar-support": "^2.0.3", "debug": "^4.3.3", "events": "^3.3.0", "eventsource": "^1.1.0", "moment": "^2.29.1", "node-forge": "^1.2.1", "imap": "^0.8.19", "mailparser": "^3.4.0", "path": "^0.12.7", "tough-cookie": "^4.0.0", "uuid": "8.3.2" }, "keywords": [ "arlo", "netgear", "node" ], "devDependencies": { "@babel/eslint-parser": "^7.16.5", "babel-eslint": "^10.1.0", "eslint": "^8.7.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "npm-check-updates": "^12.2.1", "prettier": "^2.5.1", "snyk": "^1.834.0" }, "scripts": { "check": "npm install && npm outdated", "update": "ncu -u && npm update && npm install", "test": "snyk test" } }