UNPKG

homebridge-smartthings-v2

Version:
68 lines (67 loc) 1.96 kB
{ "dependencies": { "axios": "^0.19.2", "body-parser": "^1.19.0", "chalk": "^4.0.0", "compare-versions": "^3.6.0", "express": "^4.17.1", "hap-nodejs-community-types": "0.3.1", "lodash": "^4.17.15", "node-machine-id": "^1.1.12", "os": "0.1.1", "portfinder-sync": "^0.0.2", "request": "^2.88.2", "snyk": "^1.323.1", "winston": "^3.2.1", "winston-daily-rotate-file": "^4.4.2" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", "lint-staged": "^10.2.4", "prettier": "^2.0.5" }, "description": "SmartThings plugin for HomeBridge", "engines": { "homebridge": ">=0.4.46", "node": ">=0.12.0" }, "lint-staged": { "*.js": [ "prettier --write", "git add" ] }, "homepage": "https://github.com/tonesto7/homebridge-smartthings-v2/#readme", "keywords": [ "homebridge-plugin", "smartthings", "homekit", "homebridge", "category_climate", "category_hubs", "category_lighting" ], "scripts": { "test": "eslint .", "prettier": "prettier --write src/**/*.js", "freeport": "npx kill-port 8000", "start": "homebridge -D -P . -U .", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, "main": "index.js", "license": "ISC", "name": "homebridge-smartthings-v2", "preferGlobal": true, "repository": { "type": "git", "url": "git+https://github.com/tonesto7/homebridge-smartthings-v2.git" }, "bugs": { "url": "http://github.com/tonesto7/homebridge-smartthings-v2/issues" }, "version": "2.3.5", "snyk": true }