{
  "name": "n8n-nodes-lhdn-einvoice",
  "version": "1.2.1",
  "description": "n8n node untuk integrasi dengan LHDN e-Invoice API Malaysia",
  "keywords": [
    "n8n-community-node-package",
    "lhdn",
    "einvoice",
    "malaysia",
    "invoice",
    "tax"
  ],
  "license": "MIT",
  "homepage": "https://www.sahabatxpert.com",
  "author": {
    "name": "nmhafiz",
    "email": "sifatsahabatnetwork@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nmhafiz/n8n-nodes-lhdn-einvoice.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "npx tsc && npm run copy:icons",
    "copy:icons": "mkdir -p dist/icons && cp nodes/LhdnEInvoice/*.svg dist/icons/ 2>/dev/null || true",
    "dev": "npx tsc --watch",
    "lint": "eslint nodes credentials --ext .ts",
    "lint:fix": "eslint nodes credentials --ext .ts --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "format": "prettier --write \"**/*.{ts,js,json,md}\""
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/LhdnEInvoiceApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/LhdnEInvoice/LhdnEInvoice.node.js"
    ]
  },
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@types/node": "^18.16.16",
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "@typescript-eslint/parser": "^5.59.8",
    "eslint": "^8.42.0",
    "eslint-plugin-n8n-nodes-base": "^1.11.0",
    "jest": "^29.5.0",
    "n8n-workflow": "*",
    "prettier": "^2.8.8",
    "ts-jest": "^29.1.0",
    "typescript": "^5.8.3"
  },
  "dependencies": {},
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
