{
  "name": "n8n-nodes-nqdev",
  "version": "0.1.21",
  "description": "Tích hợp dịch vụ eSMS.vn vào n8n, cho phép bạn dễ dàng gửi tin nhắn SMS, Zalo hoặc Viber trực tiếp từ quy trình tự động hóa. Với node này, bạn có thể nhanh chóng kết nối API eSMS.vn, gửi tin nhắn quảng cáo, chăm sóc khách hàng hoặc OTP chỉ trong vài bước đơn giản. Tiết kiệm thời gian, tối ưu hóa chiến dịch marketing của bạn ngay hôm nay!",
  "keywords": [
    "n8n-community-node-package",
    "n8n-community-nqdev-node-package",
    "nqdev",
    "quyit",
    "esmsvn"
  ],
  "license": "MIT",
  "homepage": "https://docs.quyit.id.vn/n8n-io/n8n-nodes-nqdev/?ref=n8n",
  "author": {
    "name": "Quý Nguyễn",
    "email": "quy.nh@nhquydev.net",
    "url": "https://nhquydev.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nqdev-group/n8n-nodes-nqdev.git"
  },
  "engines": {
    "node": ">=18.10",
    "pnpm": ">=9.1"
  },
  "main": "index.js",
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/NqdevEsmsApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/EsmsNode/EsmsNode.node.js"
    ]
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.3",
    "gulp": "^5.0.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials package.json",
    "lintfix": "eslint nodes credentials package.json --fix"
  }
}