Skip to content

Commit

Permalink
chore(project): feature/package (#43)
Browse files Browse the repository at this point in the history
* chore(gitignore): removed .ide
* chore(package): update version and upgrade packages
* refact(project): adjusted dispatch commands
* chore(package): updated version
* chore(.github): updated funding
  • Loading branch information
caioagiani authored Jun 29, 2021
1 parent 0348c58 commit c82ac1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: ["https://nubank.com.br/pagar/3lf5k/0kQsG9BGIr"]
custom: ['https://nubank.com.br/pagar/3lf5k/hgTQsUWzua']
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "whatsapp-web-bot",
"main": "src/index.ts",
"description": "WhatsApp Bot",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",
"keywords": [
"whatsapp",
"whatsapp-web",
"whatsapp-bot",
"whatsapp-api",
"api",
"bot",
"client",
Expand Down Expand Up @@ -43,27 +45,27 @@
}
],
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only --ignore-watch node_modules --ignore-watch src/data -r dotenv/config src/index.ts"
"dev": "tsnd --respawn --transpile-only --ignore-watch node_modules --ignore-watch src/data -r dotenv/config src/index.ts"
},
"dependencies": {
"@types/node": "^15.0.1",
"axios": "^0.21.1",
"mobizon-node": "^0.3.1",
"node-base64-image": "^2.0.1",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.12.6"
},
"devDependencies": {
"@types/node": "^15.0.1",
"@types/axios": "0.14.0",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"dotenv": "10.0.0",
"eslint": "7.28.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-loader": "4.0.2",
"eslint-plugin-prettier": "3.4.0",
"prettier": "2.3.1",
"ts-node-dev": "1.1.6",
"typescript": "4.3.2"
"prettier": "2.3.2",
"ts-node-dev": "1.1.7",
"typescript": "4.3.4"
}
}

0 comments on commit c82ac1d

Please sign in to comment.