{
  "name": "n8n-nodes-surna-elearning",
  "version": "1.0.46",
  "description": "n8n community node for Surna eLearning platform - Create and manage courses with AI-powered workflows",
  "license": "MIT",
  "homepage": "https://surna.io",
  "author": {
    "name": "Surna",
    "email": "support@surna.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/discoverelearning/n8n-nodes-surna-elearning.git"
  },
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "surna",
    "elearning",
    "lms",
    "course-builder",
    "ai",
    "education",
    "training",
    "authoring"
  ],
  "main": "index.js",
  "scripts": {
    "build": "tsc && npm run build:icons",
    "build:icons": "cp nodes/Surna/surna.svg dist/nodes/Surna/ && cp nodes/SurnaAiTool/surna.svg dist/nodes/SurnaAiTool/",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials utils --write",
    "lint": "eslint nodes credentials utils --ext .ts",
    "lintfix": "eslint nodes credentials utils --ext .ts --fix",
    "test": "echo 'Tests not yet implemented'",
    "prepublishOnly": "npm run build && npm run lint"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/SurnaApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Surna/Surna.node.js",
      "dist/nodes/SurnaAiTool/SurnaAiTool.tool.js"
    ]
  },
  "devDependencies": {
    "@types/node": "^20.19.25",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.55.0",
    "n8n-workflow": "^1.117.0",
    "prettier": "^3.1.0",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "dependencies": {
    "@langchain/core": "^1.0.4",
    "zod": "^4.1.12"
  }
}
