{
  "name": "n8n-nodes-sahabat-xpert",
  "version": "1.5.3",
  "description": "n8n community node for Sahabat Xpert - Multi-platform business automation with Bizapp integration",
  "keywords": [
    "n8n-community-node-package",
    "sahabat-xpert",
    "bizapp",
    "ecommerce",
    "api",
    "integration",
    "automation",
    "business",
    "malaysia"
  ],
  "license": "MIT",
  "homepage": "https://github.com/nmhafiz/n8n-nodes-sahabat-xpert",
  "author": {
    "name": "Sahabat Xpert Team",
    "email": "support@sahabatxpert.my"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nmhafiz/n8n-nodes-sahabat-xpert.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint dist/nodes dist/credentials package.json",
    "lintfix": "eslint dist/nodes dist/credentials package.json --fix",
    "test": "node test_node_functions.js",
    "test:advanced": "node test_advanced.js",
    "test:setup": "cp test_config.example.js test_config.js && echo 'Please edit test_config.js with your secret key'"
  },
  "files": [
    "dist",
    "README.md",
    "INSTALLATION.md",
    "TEST_GUIDE.md"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/SahabatXpertCredentials.credentials.js"
    ],
    "nodes": [
      "dist/nodes/BizappWoocommerceApi/BizappWoocommerceApi.node.js"
    ]
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^5.45.0",
    "eslint-plugin-n8n-nodes-base": "^1.11.0",
    "gulp": "^4.0.2",
    "n8n-workflow": "*",
    "prettier": "^2.7.1",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
