Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jan 26, 2024
1 parent bdd561a commit d3a0807
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,36 @@
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/oznu/hap-client.git"
"url": "https://github.com/homebridge/hap-client/"
},
"keywords": [
"hap",
"homebridge",
"api"
],
"author": "oznu <[email protected]>",
"author": {
"name": "oznu",
"email": "[email protected]"
},
"contributors": [
{
"name": "homebridge",
"url": "https://github.com/homebridge"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/oznu/hap-api/issues"
"url": "https://github.com/homebridge/hap-client/issues/"
},
"homepage": "https://github.com/homebridge/hap-client/blob/latest#readme",
"dependencies": {
"axios": "^1.6.7",
"bonjour-service": "^1.2.1",
"decamelize": "^6.0.0",
"inflection": "^3.0.0",
"npm-check-updates": "^16.14.13",
"source-map-support": "^0.5.21"
},
"homepage": "https://github.com/oznu/hap-api#readme",
"devDependencies": {
"@types/decamelize": "^3.0.3",
"@types/node": "^20.11.6",
Expand All @@ -37,13 +54,5 @@
"hap-nodejs": "^0.11.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.7",
"bonjour-service": "^1.2.1",
"decamelize": "^6.0.0",
"inflection": "^3.0.0",
"npm-check-updates": "^16.14.13",
"source-map-support": "^0.5.21"
}
}

0 comments on commit d3a0807

Please sign in to comment.