n8n-nodes-puter-ai
Version:
Advanced n8n node for Puter.js AI with RAG agentic capabilities, document processing, audio transcription, Supabase integration, and cost-optimized model priorities
83 lines (82 loc) • 2.06 kB
JSON
{
"name": "n8n-nodes-puter-ai",
"version": "2.0.4",
"description": "Advanced n8n node for Puter.js AI with RAG agentic capabilities, document processing, audio transcription, Supabase integration, and cost-optimized model priorities",
"keywords": [
"n8n-community-node-package",
"n8n",
"puter",
"ai",
"chatbot",
"telegram",
"rag",
"vector-search",
"document-processing",
"supabase",
"embeddings",
"agentic-ai",
"transcription",
"audio-to-text",
"whisper"
],
"license": "MIT",
"homepage": "https://github.com/yourusername/n8n-nodes-puter-ai",
"author": {
"name": "Your Name",
"email": "your.email@example.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/n8n-nodes-puter-ai.git"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes/**/*.ts credentials/**/*.ts",
"lintfix": "eslint nodes/**/*.ts credentials/**/*.ts --fix",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/PuterAiApi.credentials.js",
"dist/credentials/SupabaseApi.credentials.js"
],
"nodes": [
"dist/nodes/PuterAi/PuterAi.node.js"
]
},
"devDependencies": {
"@types/mime-types": "^3.0.1",
"@types/pdf-parse": "^1.1.5",
"@typescript-eslint/parser": "~5.45.0",
"eslint-plugin-n8n-nodes-base": "~1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "^1.82.0",
"prettier": "^2.8.8",
"typescript": "~4.8.4"
},
"dependencies": {},
"optionalDependencies": {
"@supabase/supabase-js": "^2.38.0",
"mammoth": "^1.6.0",
"pdf-parse": "^1.1.1"
},
"peerDependencies": {
"n8n-workflow": ">=1.0.0",
"axios": ">=1.0.0"
},
"peerDependenciesMeta": {
"n8n-workflow": {
"optional": false
},
"axios": {
"optional": false
}
}
}