{
  "name": "@warriorteam/zalo-webhook-types",
  "version": "1.0.0",
  "description": "TypeScript types for Zalo Personal webhook events from automation-web",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "zalo",
    "webhook",
    "types",
    "typescript",
    "personal",
    "chat",
    "messaging",
    "warriorteam"
  ],
  "author": "WarriorTeam",
  "license": "MIT",
  "devDependencies": {
    "rimraf": "^5.0.10",
    "typescript": "^5.0.0"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/warriorteam/zalo-webhook-types.git"
  },
  "bugs": {
    "url": "https://github.com/warriorteam/zalo-webhook-types/issues"
  },
  "homepage": "https://github.com/warriorteam/zalo-webhook-types#readme"
}
