homebridge-automation/package.json

50 lines
1.4 KiB
JSON

{
"name": "homebridge-automation",
"version": "1.0.0",
"description": "Homebridge plugin for supervised home learning.",
"main": "bin/index.js",
"scripts": {
"build": "npx eslint **/*.ts&&tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-automation.git"
},
"engines": {
"homebridge": ">=0.4.21",
"node": ">=7.6.0"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"machine learning"
],
"author": "Brandon Watson",
"license": "ISC",
"dependencies": {
"@types/bonjour": "^3.5.5",
"@types/inflection": "^1.5.28",
"@types/knex": "^0.16.1",
"@types/request-promise": "^4.1.44",
"@types/request-promise-native": "^1.0.16",
"@types/sqlite3": "^3.1.5",
"bonjour": "^3.5.0",
"decamelize": "^3.2.0",
"inflection": "^1.12.0",
"knex": "^0.19.4",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"source-map-support": "^0.5.13",
"sqlite3": "^4.1.0",
"tsyringe": "^3.3.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"eslint": "^6.3.0",
"typescript": "^3.6.2"
}
}