UNPKG

whatsauto.js

Version:

Easy WhatsApp Automation with Session

64 lines (63 loc) 1.53 kB
{ "name": "whatsauto.js", "type": "module", "version": "2.0.4", "description": "Easy WhatsApp Automation with Session", "files": [ "dist/**/*" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "start": "tsc && node ./dist/index.js", "example": "ts-node-esm example/single.ts", "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": "^7.0.0-rc.9", "axios": "^1.13.2", "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": "^10.1.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", "@types/qrcode-terminal": "^0.12.2", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.2" } }