@koush/ring-client-api
Version:
Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting
23 lines (22 loc) • 348 B
JSON
{
"compilerOptions": {
"target":"es2015",
"lib": [
"es5",
"es2015",
"es2017",
"dom"
],
"module": "commonjs",
"outDir": "./lib",
"esModuleInterop": true,
"allowJs": true,
"strict": true
},
"exclude": [
"public",
"release-api",
"release-homebridge",
"homebridge-ui"
]
}