{
  "name": "n8n-nodes-zalo-nextflow",
  "version": "1.0.6",
  "description": "Thư viện n8n node chuyên nghiệp cho tích hợp Zalo với mô hình kinh doanh freemium - Phát triển bởi NextFlow",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "zalo",
    "nextflow",
    "automation",
    "messaging",
    "webhook",
    "official-account",
    "vietnam",
    "chat-automation"
  ],
  "license": "MIT",
  "homepage": "https://nextflow.vn/zalo-nodes",
  "repository": {
    "type": "git",
    "url": "https://github.com/nextflow/n8n-nodes-zalo-nextflow.git"
  },
  "bugs": {
    "url": "https://github.com/nextflow/n8n-nodes-zalo-nextflow/issues"
  },
  "author": {
    "name": "NextFlow Team",
    "email": "support@nextflow.vn",
    "url": "https://nextflow.vn"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/NextFlowZaloApi.credentials.js",
      "dist/credentials/ZaloOfficialAccountApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/core/ZaloAuth/ZaloAuth.node.js",
      "dist/nodes/core/ZaloMessage/ZaloMessage.node.js",
      "dist/nodes/core/ZaloUser/ZaloUser.node.js",
      "dist/nodes/core/ZaloWebhook/ZaloWebhook.node.js",
      "dist/nodes/premium/ZaloGroup/ZaloGroup.node.js",
      "dist/nodes/premium/ZaloOA/ZaloOA.node.js",
      "dist/nodes/premium/ZaloAnalytics/ZaloAnalytics.node.js",
      "dist/nodes/premium/ZaloBulk/ZaloBulk.node.js"
    ]
  },
  "scripts": {
    "build": "npm run clean && npx tsc",
    "build:watch": "npx tsc --watch",
    "dev": "npm run build:watch",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "type-check": "npx tsc --noEmit",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:ci": "jest --ci --coverage --watchAll=false",
    "security:audit": "npm audit --audit-level=moderate",
    "security:fix": "npm audit fix",
    "validate": "npm run type-check && npm run lint && npm run format:check && npm run test:ci",
    "prepublishOnly": "npm run validate && npm run build",
    "postpack": "rm -f *.tgz",
    "clean": "rimraf dist coverage .nyc_output",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "start:dev": "N8N_USER_FOLDER=~/.n8n-dev npx n8n start --tunnel",
    "link:local": "npm link && cd ~/.n8n-dev && npm link n8n-nodes-zalo-nextflow",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major"
  },
  "dependencies": {
    "axios": "^1.6.2",
    "crypto-js": "^4.2.0",
    "form-data": "^4.0.0",
    "mime-types": "^2.1.35",
    "puppeteer": "^22.0.0",
    "uuid": "^9.0.1",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.1",
    "@types/jest": "^29.5.8",
    "@types/mime-types": "^2.1.4",
    "@types/node": "^20.10.0",
    "@types/uuid": "^9.0.8",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.55.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.4.0",
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "prettier": "^3.1.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.2"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "funding": {
    "type": "subscription",
    "url": "https://nextflow.vn/pricing"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
