UNPKG

w-api-beauty-ia

Version:
32 lines (31 loc) 641 B
{ "name": "w-api-beauty-ia", "version": "1.0.0", "description": "WhatsApp API Client for W-API.app", "main": "index.js", "scripts": { "start": "node src/server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "whatsapp", "api", "w-api", "messaging", "client", "beauty-ia" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.8.4", "express": "^4.21.2" }, "repository": { "type": "git", "url": "https://github.com/yourusername/w-api-beauty-ia.git" }, "engines": { "node": ">=14.0.0" } }