{
  "name": "@arathron/n8n-nodes-zoho-books",
  "version": "2.7.7",
  "description": "n8n community nodes for Zoho Books and Zoho Inventory API integration - Complete CRUD operations for Sales Orders, Invoices, Items, Vendors, Credit Notes, Payments, Purchase Orders, Bills, Composite Items, and Assemblies",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "zoho",
    "zoho-books",
    "zoho-inventory",
    "accounting",
    "invoicing",
    "billing",
    "purchase-orders",
    "sales-orders",
    "inventory",
    "composite-items",
    "assemblies",
    "financial-management",
    "api-integration",
    "workflow-automation"
  ],
  "license": "MIT",
  "homepage": "https://github.com/Aarathron/n8n-nodes-zoho-books",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aarathron/n8n-nodes-zoho-books.git"
  },
  "bugs": {
    "url": "https://github.com/Aarathron/n8n-nodes-zoho-books/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && npm run copy-assets",
    "copy-assets": "if not exist dist\\nodes\\ZohoBooks mkdir dist\\nodes\\ZohoBooks && if not exist dist\\nodes\\ZohoInventory mkdir dist\\nodes\\ZohoInventory && copy nodes\\ZohoBooks\\*.svg dist\\nodes\\ZohoBooks\\ && copy nodes\\ZohoBooks\\*.json dist\\nodes\\ZohoBooks\\ && copy nodes\\ZohoInventory\\*.svg dist\\nodes\\ZohoInventory\\ && copy nodes\\ZohoInventory\\*.json dist\\nodes\\ZohoInventory\\",
    "debug-assets": "echo '=== CHECKING ASSETS ===' && ls -la nodes/ZohoBooks/ && ls -la nodes/ZohoInventory/ && echo '=== CHECKING DIST ===' && ls -la dist/nodes/ZohoBooks/ && ls -la dist/nodes/ZohoInventory/ && echo '=== PACKAGE PREVIEW ===' && npm pack --dry-run",
    "dev": "tsc --watch",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint . --ext .ts --fix",
    "lint:check": "eslint . --ext .ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "semantic-release": "semantic-release"
  },
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/ZohoBooksOAuth2.credentials.js",
      "dist/credentials/ZohoInventoryOAuth2.credentials.js"
    ],
    "nodes": [
      "dist/nodes/ZohoBooks/ZohoBooks.node.js",
      "dist/nodes/ZohoInventory/ZohoInventory.node.js"
    ]
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^11.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.2.6",
    "@semantic-release/npm": "^11.0.3",
    "@semantic-release/release-notes-generator": "^12.1.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.19.9",
    "@typescript-eslint/eslint-plugin": "^7.3.1",
    "@typescript-eslint/parser": "^7.3.1",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "jest": "^29.7.0",
    "nock": "^13.5.4",
    "prettier": "^3.2.5",
    "semantic-release": "^23.0.2",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.2"
  },
  "dependencies": {
    "n8n-core": "^1.28.0",
    "n8n-workflow": "^1.28.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "author": {
    "name": "n8n Community",
    "email": "community@n8n.io"
  },
  "contributors": [
    {
      "name": "Claude AI Assistant",
      "email": "noreply@anthropic.com"
    }
  ]
}
