UNPKG

homebridge-blynk-platform

Version:
65 lines (64 loc) 1.93 kB
{ "name": "homebridge-blynk-platform", "displayName": "Homebridge Blynk Platform", "version": "0.2.7", "description": "Homebridge plugin for the Blynk platform", "main": "dist/index.js", "scripts": { "build1": "rimraf ./dist && tsc", "build": "rimraf ./dist && npm run lint && npm test && tsc", "clean": "rimraf ./dist", "lint": "npx eslint ./__tests__ ./src --ext .js,.jsx,.ts,.tsx", "prepublishOnly": "npm run build", "postpublish": "npm run clean", "start": "tsc && ./node_modules/homebridge/bin/homebridge -I -D -P .", "test": "jest" }, "author": { "name": "Peter J Wojciechowski", "email": "peterwoj@dwellersoul.com" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.1.1" }, "license": "MIT", "files": [ "dist", "config.schema.json" ], "repository": { "type": "git", "url": "https://github.com/peterwoj/homebridge-blynk-platform.git" }, "bugs": { "url": "https://github.com/peterwoj/homebridge-blynk-platform/issues" }, "devDependencies": { "@types/node": "10.17.19", "@types/jest": "^26.0.23", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "@homebridge/plugin-ui-utils": "^0.0.19", "eslint": "^7.27.0", "generate-changelog": "^1.8.0", "homebridge": "^1.3.0", "homebridge-config-ui-x": "^4.41.1", "rimraf": "^3.0.2", "typescript": "^4.2.4", "jest": "^27.0.4" }, "homepage": "https://github.com/peterwoj/homebridge-blynk-platform", "dependencies": { "got": "^11.8.2", "semver": "^7.3.5" }, "keywords": [ "homebridge blynk", "homebridge", "homebridge-plugin", "Blynk", "IoT", "Siri" ] }