Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
techwiz37 authored Apr 18, 2023
1 parent 6dd4c68 commit 35ccde0
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
"wa-source:format": "prettier --write ./wa-source",
"watch": "webpack watch --devtool inline-source-map --mode development"
},
"dependencies": {
"axios": "latest",
"chalk": "latest",
"mime": "latest",
"mime-types": "latest",
"mongoose": "^6.8.1",
"nodemon": "latest",
"node-fetch": "^2.6.5",
"node-webpmux": "^3.1.0",
"syntax-error": "latest",
"sharp": "latest"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
Expand All @@ -53,11 +65,9 @@
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@wppconnect/wa-version": "^1.2.15",
"axios": "latest",
"buffer": "^6.0.3",
"compressorjs": "^1.2.1",
"conventional-changelog-cli": "^2.2.2",
"chalk": "latest",
"debug": "^4.3.4",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -84,16 +94,7 @@
"typescript": "^5.0.4",
"typescript-debounce-decorator": "^0.0.18",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"mime": "latest",
"mime-types": "latest",
"mongoose": "^6.8.1",
"nodemon": "latest",
"node-fetch": "^2.6.5",
"node-webpmux": "^3.1.0",
"syntax-error": "latest",
"sharp": "latest"

"webpack-cli": "^5.0.1"
},
"engines": {
"whatsapp-web": ">=2.2245.8-beta"
Expand Down

0 comments on commit 35ccde0

Please sign in to comment.