{ "name": "service", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "typescript": "^4.9.5" }, "dependencies": { "@homebridge/ciao": "^1.1.5", "@scrypted/client": "^1.1.37" } }