UNPKG

n8n-nodes-yourgpt

Version:

Integrate YourGPT AI chatbot node into your n8n workflows

36 lines (35 loc) 939 B
{ "name": "n8n-nodes-yourgpt", "version": "1.0.4", "description": "Integrate YourGPT AI chatbot node into your n8n workflows", "main": "index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "postbuild": "cp ./nodes/YourGPT/yourgpt.png dist/nodes/YourGPT/yourgpt.png" }, "author": "YourGPT", "license": "MIT", "keywords": ["n8n", "yourgpt", "n8n-nodes", "custom-node", "chatbot", "community-node"], "devDependencies": { "typescript": "^4.5.5", "n8n-workflow": "^1.0.0" }, "repository": { "type": "git", "url": "https://github.com/YourGPT/n8n-nodes-yourgpt.git" }, "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/YourGPTApi.credentials.js" ], "nodes": [ "dist/nodes/YourGPT/YourGPT.node.js" ] } }