UNPKG

homebridge-zaptec

Version:
48 lines (47 loc) 1.16 kB
{ "private": false, "displayName": "Zaptec Plugin", "name": "homebridge-zaptec", "version": "1.0.1", "description": "Control your Zaptec EV chargers", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/birkir/homebridge-zaptec.git" }, "bugs": { "url": "https://github.com/birkir/homebridge-zaptec/issues" }, "engines": { "node": ">=14.18.1", "homebridge": ">=1.3.5" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --fix --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "zaptec", "chargers" ], "dependencies": { "axios": "1.1.3", "form-data": "4.0.0", "uuid": "9.0.0" }, "devDependencies": { "@types/node": "^16.10.9", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.1", "homebridge": "^1.3.5", "nodemon": "^2.0.13", "rimraf": "^3.0.2", "ts-node": "^10.3.0", "typescript": "^4.4.4" } }