homebridge-kobold-Homaassis.../package.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"name": "homebridge-kobold",
2021-05-08 18:53:18 +02:00
"version": "1.0.0",
"description": "A Vorwerk Kobold vacuum robot plugin for homebridge.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"vorwerk",
"kobold"
],
"engines": {
2021-05-08 18:53:18 +02:00
"node": ">=10.17.0",
"homebridge": ">=1.3.0"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
2021-05-08 19:33:37 +02:00
"build": "rimraf ./dist && tsc",
"watch": "npm run build && npm link && nodemon"
},
"author": {
"name": "Luis R.",
"url2": "https://github.com/himbeles"
},
2021-03-10 16:49:40 +01:00
"contributors": [
{
"name": "Alexandre L.",
"url": "https://github.com/aluini"
}
],
"repository": {
"type": "git",
"url": "git://github.com/himbeles/homebridge-kobold.git"
},
2021-05-08 18:53:18 +02:00
"bugs": {
"url": "https://github.com/himbeles/homebridge-kobold/issues"
},
"dependencies": {
2019-09-26 08:59:35 +02:00
"colors": "^1.4.0",
2019-09-19 11:26:27 +02:00
"debug": "^4.1.1",
2021-05-08 18:53:18 +02:00
"node-kobold-control": ">=0.5.0",
"uuid": "^3.3.2"
2021-05-08 18:53:18 +02:00
},
"devDependencies": {
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"homebridge": "^1.3",
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
}
}