UNPKG

@codebucket/whatsapp

Version:

A reusable WhatsApp Business API client with template and non-template support, webhook handling, pluggable storage, and text sanitization

30 lines (29 loc) 672 B
{ "name": "@codebucket/whatsapp", "version": "1.1.0", "description": "A reusable WhatsApp Business API client with template and non-template support, webhook handling, pluggable storage, and text sanitization", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "whatsapp", "whatsapp-business-api", "templates", "webhook", "storage", "validation" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.5.0", "sequelize": "^6.37.7" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }