Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
fixed some errors
  • Loading branch information
stoffel7 authored Aug 16, 2024
1 parent 6ade123 commit 1f48c7c
Showing 1 changed file with 11 additions and 33 deletions.
44 changes: 11 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,18 @@
"dependencies": {
"@iobroker/adapter-core": "^3.1.6"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"debug": "^4.3.6",
"dev-null": "^0.1.1",
"hap-nodejs": "^1.1.0",
"ip": "^2.0.1",
"macaddress": "0.5.3"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/types": "^6.0.10",
"@types/jquery": "^3.5.30",
"@types/node": "^22.2.0",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"chai": "^4.5.0",
"crypto-browserify": "^3.12.0",
"gulp": "^4.0.2",
"html-webpack-plugin": "^5.6.0",
"mocha": "^10.7.3",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"stream-browserify": "^3.0.0",
"timers": "^0.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"xml2js": "^0.6.2"
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/testing": "^4.1.3",
"chai": "^4.1.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"grunt": "^1.0.1",
"gulp": "^3.9.1",
"mocha": "^10.2.0"
},
"homepage": "https://github.com/stoffel7/ioBroker.enet",
"keywords": [
Expand Down

0 comments on commit 1f48c7c

Please sign in to comment.