{
  "name": "n8n-nodes-upstage",
  "version": "0.4.1",
  "description": "Upstage LLM and Embeddings nodes for n8n",
  "license": "MIT",
  "homepage": "https://github.com/UpstageAI/n8n-nodes-upstage",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UpstageAI/n8n-nodes-upstage.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && npm run copy-assets",
    "copy-assets": "cp upstage_v2.svg dist/",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint . --ext .js,.ts",
    "lintfix": "eslint . --ext .js,.ts --fix",
    "format": "prettier --write credentials/**/*.{ts,js} nodes/**/*.{ts,js} utils/**/*.{ts,js} index.ts",
    "format:check": "prettier --check credentials/**/*.{ts,js} nodes/**/*.{ts,js} utils/**/*.{ts,js} index.ts",
    "setup:n8n": "npm run build && npm link && cd $(npm root -g)/n8n && npm link n8n-nodes-upstage --legacy-peer-deps"
  },
  "keywords": [
    "n8n",
    "n8n-node",
    "n8n-community-node-package",
    "solar",
    "upstage",
    "llm",
    "ai",
    "embeddings",
    "machine-learning",
    "ocr",
    "document-processing"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "aiNodeSdkVersion": 1,
    "credentials": [
      "dist/credentials/UpstageApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/LmChatUpstage.node.js",
      "dist/nodes/EmbeddingsUpstage.node.js",
      "dist/nodes/LmChatModelUpstage.node.js",
      "dist/nodes/EmbeddingsUpstageModel.node.js",
      "dist/nodes/DocumentParsingUpstage.node.js",
      "dist/nodes/DocumentOCRUpstage.node.js",
      "dist/nodes/InformationExtractionUpstage.node.js",
      "dist/nodes/DocumentClassificationUpstage.node.js"
    ]
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@n8n/ai-node-sdk": "^0.2.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "jest": "^29.7.0",
    "n8n-core": "^1.14.1",
    "n8n-workflow": "^1.17.0",
    "prettier": "3.3.3",
    "ts-jest": "^29.4.5",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@n8n/ai-node-sdk": "^0.2.0"
  },
  "peerDependencies": {
    "@n8n/ai-node-sdk": "*",
    "n8n-workflow": "*"
  },
  "author": {
    "name": "Euihyeon Pyeon",
    "email": "euihyeon.pyeon@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/UpstageAI/n8n-nodes-upstage/issues"
  }
}
