Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

feat: Use @clytage/liqueur Baileys framework #583

Merged
merged 13 commits into from
Oct 21, 2023
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
public-hoist-pattern[]=*sapphire*
public-hoist-pattern[]=*nezuchan*
public-hoist-pattern[]=*hapi*
5 changes: 3 additions & 2 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": true
},
"target": "es5"
"target": "esnext"
},
"module": {
"type": "commonjs"
"type": "es6"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"license": "AGPL-3.0",
"author": "Clytage <[email protected]>",
"main": "dist",
"type": "module",
"scripts": {
"build": "npm run lint && npm run compile",
"compile": "swc src -d dist",
Expand Down Expand Up @@ -49,13 +50,12 @@
]
},
"dependencies": {
"@discordjs/collection": "1.5.3",
"@hapi/boom": "^10.0.1",
"@clytage/liqueur": "^1.1.1",
"@sapphire/time-utilities": "^1.7.10",
"@whiskeysockets/baileys": "^6.5.0",
"dotenv": "16.3.1",
"ffmpeg-static": "^5.2.0",
"pino": "^8.16.0",
"pino-pretty": "^10.2.3",
"file-type": "^18.5.0",
"qrcode-terminal": "^0.12.0",
"tslib": "2.6.2",
"wa-sticker": "^1.0.14"
Expand Down
Loading