UNPKG

@gotohuman/n8n-nodes-gotohuman

Version:

n8n node to request human reviews in AI workflows with gotoHuman

63 lines (62 loc) 1.52 kB
{ "name": "@gotohuman/n8n-nodes-gotohuman", "version": "0.1.1", "description": "n8n node to request human reviews in AI workflows with gotoHuman", "keywords": [ "n8n-community-node-package", "gotoHuman", "n8n", "human-in-the-loop", "AI", "reviews", "approvals" ], "license": "MIT", "homepage": "https://www.gotohuman.com", "author": { "name": "Till", "email": "till@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": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix", "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/GotoHumanApi.credentials.js" ], "nodes": [ "dist/nodes/GotoHuman/GotoHuman.node.js" ] }, "devDependencies": { "@typescript-eslint/parser": "~8.32.0", "eslint": "^8.57.0", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^5.0.0", "prettier": "^3.5.3", "typescript": "^5.8.2" }, "peerDependencies": { "n8n-workflow": "*" } }