wa.ts
Version:
A simple Node.js library for simplifying WhatsApp Web socket connection using the WhiskeySockets/Baileys library.
37 lines (36 loc) • 992 B
JSON
{
"name": "wa.ts",
"version": "1.0.5",
"description": "A simple Node.js library for simplifying WhatsApp Web socket connection using the WhiskeySockets/Baileys library.",
"keywords": [
"whatsapp",
"baileys",
"whatsapp.ts",
"whatsapp-web.js"
],
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "cls && ts-node tests/index.ts",
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "https://github.com/umitbilgin/whatsapp.ts.git"
},
"author": "Ümit Bilgin (https://umitbilgin.com/)",
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@types/qrcode-terminal": "^0.12.0",
"@whiskeysockets/baileys": "^6.5.0",
"pino": "^8.16.0",
"qrcode-terminal": "^0.12.0"
}
}