Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslavtriev authored May 15, 2024
1 parent 90447fc commit 6d14f82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "bobslavtriev",
"name": "mysql-baileys",
"version": "1.2.0",
"version": "1.2.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Implementation of MySQL in Baileys.",
Expand All @@ -12,7 +12,9 @@
],
"scripts": {
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --fix --ext .ts",
"build": "tsc",
"prepack": "tsc",
"prepare": "tsc"
},
"repository": {
Expand All @@ -24,11 +26,12 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@whiskeysockets/baileys": "github:whiskeysockets/baileys",
"@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
"@types/node": "^16.18.69",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@whiskeysockets/baileys": "^6.7.0",
"eslint": "^8.56.0",
"ts-node": "^10.8.1",
"typescript": "^4.6.4"
Expand Down

0 comments on commit 6d14f82

Please sign in to comment.