whatsapp-api-client
Version:
Whatsapp Business API Official Client
35 lines (34 loc) • 804 B
JSON
{
"name": "whatsapp-api-client",
"version": "0.0.4-alpha",
"private": false,
"description": "Whatsapp Business API Official Client",
"scripts": {
"build": "rm -rf ./dist && pnpm tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"whatasapp",
"business",
"api",
"official",
"client"
],
"author": "Muhammad Imam Choirudin <mimamch28@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/mimamch/whatsapp.git"
},
"homepage": "https://github.com/mimamch/whatsapp",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.13.1",
"dotenv": "^16.5.0",
"typescript": "^5.7.3"
},
"dependencies": {
"axios": "^1.7.9"
}
}