evolution-api-client
Version:
A TypeScript/Node.js client library for interacting with the Evolution API WhatsApp integration.
28 lines • 600 B
JSON
{
"name": "evolution-api-client",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "bun test",
"prepare": "npm run build"
},
"keywords": [
"whatsapp",
"api",
"evolution",
"typescript"
],
"author": "Jordan Carvalho",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7"
},
"devDependencies": {
"@types/node": "^20.11.24",
"bun-types": "^1.0.29",
"typescript": "^5.3.3"
}
}