UNPKG

@green-api/whatsapp-api-client

Version:

Library to integrate with WhatsApp API. For details have look at https://green-api.com

53 lines (52 loc) 1.57 kB
{ "name": "@green-api/whatsapp-api-client", "version": "0.4.4", "description": "Library to integrate with WhatsApp API. For details have look at https://green-api.com", "license": "MIT", "main": "lib/bundle.js", "bugs": "https://github.com/green-api/whatsapp-api-client/issues", "homepage": "https://github.com/green-api/whatsapp-api-client", "types": "./src/index.d.ts", "scripts": { "buildBrowser": "rollup --config rollup.config.browser.js --environment BUILD:production", "buildNode": "rollup --config rollup.config.node.js --environment BUILD:production", "build": "npm run buildBrowser && npm run buildNode", "server": "node ./src/WebhookAPI.js" }, "engines": { "node": ">=10.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/green-api/whatsapp-api-client.git" }, "author": "Green API team", "files": [ "lib", "bundle.js", "whatsapp-api-client.min.js", "src/index.d.ts" ], "keywords": [ "whatsapp", "whatsapp-api", "whatsapp-library", "whatsapp-send-message", "whatsapp-sender", "whatsapp-message-sender" ], "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "dotenv": "16.4.5", "rollup-plugin-progress": "^1.1.2" }, "dependencies": { "axios": "^1.6.7", "fs": "0.0.1-security", "mime": "^3.0.0", "rollup": "^2.79.1" } }