UNPKG

matterbridge-ttlock

Version:
47 lines (46 loc) 972 B
{ "name": "matterbridge-ttlock", "version": "1.1.5", "description": "Matterbridge TTlock Plugin", "main": "dist/index.js", "type": "module", "scripts": { "build": "rm -rf dist && tsc", "prepublishOnly": "npm run build" }, "keywords": [ "matterbridge", "ttlock", "home-automation", "matter", "smart-lock", "iot" ], "author": "Tamer Salah", "license": "ISC", "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/tamersalah/matterbridge-ttlock.git" }, "bugs": { "url": "https://github.com/tamersalah/matterbridge-ttlock/issues" }, "homepage": "https://github.com/tamersalah/matterbridge-ttlock#readme", "dependencies": { "axios": "^1.6.0" }, "files": [ "dist/", "README.md", "CHANGELOG.md", "LICENSE", "matterbridge-ttlock.schema.json", "package.json" ], "devDependencies": { "@types/node": "^22.15.18" } }