whatsapp.ts
Version:
A simple Node.js library for simplifying WhatsApp Web socket connection using the WhiskeySockets/Baileys library.
40 lines (39 loc) • 1.06 kB
JSON
{
"name": "whatsapp.ts",
"version": "1.1.3",
"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": "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": {
"@types/mime-types": "^3.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@types/qrcode-terminal": "^0.12.0",
"@whiskeysockets/baileys": "^6.7.18",
"mime-types": "^3.0.1",
"pino": "^8.16.0",
"qrcode-terminal": "^0.12.0"
}
}