w-api-wrapper
Version:
Uma biblioteca JavaScript para integração com a API do WhatsApp W-API
31 lines (30 loc) • 710 B
JSON
{
"name": "w-api-wrapper",
"version": "1.0.0",
"description": "Uma biblioteca JavaScript para integração com a API do WhatsApp W-API",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whatsapp",
"api",
"w-api",
"mensagens",
"chatbot"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.6.2",
"dotenv": "^16.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/w-api-wrapper.git"
},
"bugs": {
"url": "https://github.com/yourusername/w-api-wrapper/issues"
},
"homepage": "https://github.com/yourusername/w-api-wrapper#readme"
}