{
  "name": "n8n-nodes-local-ai-stack",
  "version": "1.1.7",
  "description": "n8n custom nodes for AI services including image captionning, OCR, face detection, and more AI-powered features",
  "keywords": [
    "n8n",
    "node",
    "custom",
    "ai",
    "ocr",
    "image-captioning",
    "text-extraction",
    "face-detection",
    "image-processing",
    "machine-learning",
    "artificial-intelligence",
    "llm",
    "local-ai-stack"
  ],
  "license": "NC-SA-4.0",
  "author": {
    "name": "raphaelandremy"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc && cp nodes/*.png dist/nodes/ 2>/dev/null || true",
    "dev": "tsc --watch",
    "format": "prettier --write .",
    "lint": "eslint .",
    "lintfix": "eslint . --fix",
    "prepublishOnly": "npm run build",
    "publish-npm": "npm publish --access public"
  },
  "files": [
    "dist/**/*",
    "credentials/**/*"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [],
    "nodes": [
      "dist/nodes/AIHub.node.js"
    ]
  },
  "devDependencies": {
    "@types/node": "^18.16.1",
    "n8n-core": "~1.0.0",
    "n8n-workflow": "~1.0.0",
    "typescript": "~5.1.6"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}