{
  "name": "n8n-nodes-workflow-generator",
  "version": "0.6.1",
  "description": "Generate n8n workflows from natural language using Claude AI",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "claude",
    "ai",
    "workflow-generator",
    "anthropic"
  ],
  "license": "MIT",
  "homepage": "https://github.com/dwayne/n8n-nodes-workflow-generator",
  "author": {
    "name": "Dwayne",
    "email": "dwayne@creativetechnologists.nl"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dwayne/n8n-nodes-workflow-generator.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials",
    "lint:fix": "eslint nodes credentials --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/ClaudeApi.credentials.js",
      "dist/credentials/N8nApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/WorkflowGenerator/WorkflowGenerator.node.js"
    ]
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "dotenv": "^17.2.3",
    "eslint": "^8.50.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.0",
    "gulp": "^4.0.2",
    "jest": "^29.5.0",
    "n8n-workflow": "^1.40.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.2.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.30.0",
    "axios": "^1.6.0",
    "zod": "^3.22.0",
    "zod-to-json-schema": "^3.22.0"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
