Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pandizajner committed Jul 6, 2024
1 parent 9a93b67 commit c107850
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,19 @@
"homebridge": ">=1.3.0",
"node": ">=14.17.0"
},
"dependencies": {
"axios": "^0.21.4",
"homebridge": "^1.3.4",
"typescript": "^4.5.2"
"peerDependencies": {
"homebridge": ">=1.3.4",
"hap-nodejs": ">=0.9.4"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.29.0",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"typescript": "^4.5.2"
},
"dependencies": {
"axios": "^0.21.4"
}
}

0 comments on commit c107850

Please sign in to comment.