{
  "name": "@gotohuman/n8n-nodes-gotohuman",
  "version": "0.3.0",
  "description": "n8n node to request human reviews in AI workflows with gotoHuman",
  "keywords": [
    "n8n-community-node-package",
    "gotoHuman",
    "n8n",
    "human-in-the-loop",
    "AI",
    "human review",
    "human approval",
    "reviews",
    "approvals"
  ],
  "license": "MIT",
  "homepage": "https://www.gotohuman.com",
  "author": {
    "name": "gotoHuman",
    "email": "hello@gotohuman.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gotohuman/n8n-nodes-gotohuman.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.15"
  },
  "main": "index.js",
  "scripts": {
    "build": "n8n-node build",
    "build:watch": "tsc --watch",
    "dev": "n8n-node dev",
    "lint": "n8n-node lint",
    "lint:fix": "n8n-node lint --fix",
    "release": "n8n-node release",
    "prepublishOnly": "n8n-node prerelease"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/GotoHumanApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/GotoHuman/GotoHuman.node.js",
      "dist/nodes/GotoHuman/GotoHumanTrigger.node.js"
    ]
  },
  "devDependencies": {
    "@n8n/node-cli": "^0.31.0",
    "@typescript-eslint/parser": "~8.32.0",
    "eslint": "^9.39.4",
    "eslint-plugin-n8n-nodes-base": "^1.16.3",
    "gulp": "^5.0.0",
    "n8n-workflow": "^2.16.0",
    "prettier": "^3.5.3",
    "release-it": "^20.0.1",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
