mirror of
https://github.com/koush/scrypted.git
synced 2026-02-14 02:42:06 +00:00
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|