whatsauto.js
Version:
Easy WhatsApp Automation with Session
54 lines (53 loc) • 1.27 kB
JSON
{
"name": "whatsauto.js",
"version": "1.1.4",
"description": "Easy WhatsApp Automation with Session",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"start": "tsc && node ./dist/index.js",
"test": "jest --watchAll"
},
"keywords": [
"wa",
"whatsapp",
"auto",
"automation",
"baileys",
"session"
],
"author": "freack21",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/fs-extra": "^11.0.4",
"@whiskeysockets/baileys": "^6.7.9",
"colorette": "^2.0.20",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.3.0",
"mime": "^3.0.0",
"node-webpmux": "^3.2.0",
"pino": "^9.5.0",
"qrcode-terminal": "^0.12.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/freack21/whatsauto.js.git"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/mime": "^3.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}