44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"private": false,
|
|
"displayName": "SmartHomeNG",
|
|
"name": "homebridge-smarthomeng",
|
|
"version": "2.0.7",
|
|
"description": "SmartHomeNG plugin for Homebridge",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Foxi352/homebridge-smarthomeng.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Foxi352/homebridge-smarthomeng/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.1",
|
|
"homebridge": ">=1.3.5"
|
|
},
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"lint": "eslint src/**.ts --max-warnings=0",
|
|
"watch": "npm run build && npm link && nodemon",
|
|
"build": "rimraf ./dist && tsc",
|
|
"prepublishOnly": "npm run lint && npm run build"
|
|
},
|
|
"keywords": [
|
|
"homebridge-plugin"
|
|
],
|
|
"dependencies": {
|
|
"ws": "^8.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.33",
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"eslint": "^8.15.0",
|
|
"homebridge": "^1.4.1",
|
|
"nodemon": "^2.0.16",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|