{
    "name": "n8n-nodes-zalo-nnt",
    "version": "1.3.0",
    "description": "Unofficial Zalo integration for n8n - Send messages, manage groups, user operations with QR login. No API key required, works via browser simulation.",
    "keywords": [
        "n8n-community-node-package",
        "zalo",
        "zalo-integration",
        "n8n-nodes",
        "zalo-api",
        "messaging",
        "automation",
        "workflow",
        "zalo-web",
        "qr-login",
        "vietnamese",
        "chat-bot",
        "social-media",
        "communication"
    ],
    "license": "MIT",
    "homepage": "https://github.com/nguyenngothuong/zalo-node",
    "author": {
        "name": "Nguyễn Ngô Thượng",
        "email": "work@nguyenngothuong.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/nguyenngothuong/zalo-node.git"
    },
    "engines": {
        "node": ">=18.10",
        "pnpm": ">=9.1"
    },
    "packageManager": "pnpm@9.1.4",
    "main": "index.js",
    "scripts": {
        "postinstall": "node -e \"console.log('n8n-nodes-zalo-nnt installed successfully')\"",
        "build:tsc": "tsc",
        "build:icons": "gulp build:icons",
        "build:clean": "npm run build:tsc && npm run build:icons",
        "build": "npm run build:clean",
        "dev": "tsc --watch",
        "format": "prettier nodes --write",
        "lint": "eslint nodes package.json",
        "lintfix": "eslint nodes package.json --fix",
        "lint:prepublish": "eslint -c .eslintrc.prepublish.js nodes credentials package.json",
        "prepublishOnly": "npm run build && npm run lint:prepublish",
        "watch": "concurrently \"npm run watch\" \"npm run start:n8n\"",
        "start:n8n": "nodemon --watch dist --exec \"npx n8n start\"",
        "test": "vitest run",
        "test:watch": "vitest",
        "test:coverage": "vitest run --coverage",
        "test:ui": "vitest --ui",
        "typecheck": "tsc --noEmit",
        "validate": "npm run typecheck && npm run test && npm run lint",
        "ci": "node scripts/ci-build.js"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/N8nZaloApi.credentials.js",
            "dist/credentials/ZaloApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/ZaloLoginByQr/ZaloLoginByQr.node.js",
            "dist/nodes/ZaloSendMessage/ZaloSendMessage.node.js",
            "dist/nodes/ZaloUser/ZaloUser.node.js",
            "dist/nodes/ZaloGroup/ZaloGroup.node.js",
            "dist/nodes/ZaloChatHistory/ZaloChatHistory.node.js",
            "dist/nodes/ZaloMessageTrigger/ZaloMessageTrigger.node.js",
            "dist/nodes/ZaloPoll/ZaloPoll.node.js",
            "dist/nodes/ZaloTag/ZaloTag.node.js",
            "dist/nodes/ZaloConversation/ZaloConversation.node.js",
            "dist/nodes/ZaloReminder/ZaloReminder.node.js",
            "dist/nodes/ZaloQuickMessage/ZaloQuickMessage.node.js",
            "dist/nodes/ZaloSticker/ZaloSticker.node.js",
            "dist/nodes/ZaloBusiness/ZaloBusiness.node.js"
        ]
    },
    "devDependencies": {
        "@types/node": "^25.0.9",
        "@typescript-eslint/parser": "^7.15.0",
        "@vitest/coverage-v8": "^4.0.17",
        "concurrently": "^9.1.2",
        "eslint": "^8.56.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.1",
        "gulp": "^4.0.2",
        "nodemon": "^3.1.9",
        "npm-run-all": "^4.1.5",
        "prettier": "^3.3.2",
        "typescript": "^5.5.3",
        "vitest": "^4.0.17"
    },
    "dependencies": {
        "axios": "^1.8.4",
        "form-data": "^4.0.0",
        "heic-convert": "^2.1.0",
        "image-size": "^1.1.1",
        "n8n-core": ">=1.0.0",
        "n8n-workflow": ">=1.0.0",
        "sharp": "^0.33.5",
        "zca-js": "^2.1.2"
    }
}
