{
  "name": "n8n-nodes-selfhosthub",
  "version": "0.5.0",
  "description": "Collection of n8n nodes for self-hosted AI services, including Leonardo.ai integration for AI image and content generation capabilities.",
  "keywords": [
    "n8n",
    "n8n-community-node-package",
    "n8n-node",
    "leonardo",
    "leonardoai",
    "leonardo.ai",
    "json2video",
    "video-creation",
    "video-generation",
    "ai",
    "image generation",
    "image-generation",
    "selfhosthub",
    "text-to-image",
    "stable-diffusion",
    "ai-image",
    "generative-ai",
    "selfhost",
    "self-host",
    "self-hosted",
    "on-premise",
    "local",
    "ai-art",
    "image-creator",
    "movie-creator",
    "video-merger",
    "subtitle-generation"
  ],
  "author": {
    "name": "Kawika Ohumukini",
    "email": "kawikao@kickin6.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/kickin6/n8n-nodes-selfhosthub",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kickin6/n8n-nodes-selfhosthub.git"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "tsc && copyfiles -u 1 nodes/**/*.json dist/nodes && copyfiles -u 1 nodes/**/*.png dist/nodes && copyfiles -u 1 nodes/**/*.svg dist/nodes && copyfiles -u 1 src/**/*.png dist/src",
    "dev": "tsc --watch",
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "jest --config jest.config.js",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect-brk node_modules/.bin/jest",
    "test:leonardoai": "cd test && ts-node testCreateLeonardoImage.ts",
    "test:json2video": "cd test && ts-node testCreateJ2vMovie.ts"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/CreateLeonardoImageCredentials.credentials.js",
      "dist/credentials/LeonardoAiApi.credentials.js",
      "dist/credentials/Json2VideoApiCredentials.credentials.js"
    ],
    "nodes": [
      "dist/nodes/CreateLeonardoImage/CreateLeonardoImage.node.js",
      "dist/nodes/CreateJ2vMovie/CreateJ2vMovie.node.js"
    ]
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.14.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "copyfiles": "^2.4.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "n8n-workflow": "^1.82.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.3.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "axios": "^1.8.4",
    "tsconfig-paths": "^4.2.0"
  }
}
