{
  "name": "@green-api/whatsapp-api-client",
  "version": "0.4.6",
  "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 --bundleConfigAsCjs --environment BUILD:production",
    "buildNode": "rollup --config rollup.config.node.js --bundleConfigAsCjs",
    "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": "^29.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "dotenv": "17.4.2",
    "rollup-plugin-progress": "^1.1.2"
  },
  "dependencies": {
    "@green-api/whatsapp-api-client": "^0.4.6",
    "axios": "^1.16.1",
    "fs": "0.0.1-security",
    "jsdom": "^29.1.1",
    "mime": "^4.1.0",
    "rollup": "^4.60.4"
  }
}
