UNPKG

@thaleslaray/n8n-nodes-elevenlabs

Version:

Nó n8n para integração com a API da ElevenLabs incluindo Speech-to-Text, Text-to-Speech e Conversational AI

74 lines (73 loc) 2.12 kB
{ "name": "@thaleslaray/n8n-nodes-elevenlabs", "version": "0.3.9", "description": "Nó n8n para integração com a API da ElevenLabs incluindo Speech-to-Text, Text-to-Speech e Conversational AI", "keywords": [ "n8n-community-node-package", "n8n", "elevenlabs", "speech-to-text", "text-to-speech", "transcription", "conversational-ai", "agents", "knowledge-base", "audio", "ai", "voice-changer", "sound-effects", "speech-to-speech" ], "license": "MIT", "homepage": "https://github.com/thaleslaray/n8n-nodes-elevenlabs", "author": { "name": "Thales Laray", "email": "" }, "repository": { "type": "git", "url": "git+https://github.com/thaleslaray/n8n-nodes-elevenlabs.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier --write .", "lint": "eslint .", "lintfix": "eslint . --fix", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/ElevenLabsApi.credentials.js" ], "nodes": [ "dist/nodes/ElevenLabs/Core/ElevenLabsSpeechToText.node.js", "dist/nodes/ElevenLabs/Core/ElevenLabsTextToSpeech.node.js", "dist/nodes/ElevenLabs/Core/Audio/ElevenLabsSpeechToSpeech.node.js", "dist/nodes/ElevenLabs/Core/Audio/ElevenLabsSoundEffects.node.js", "dist/nodes/ElevenLabs/Core/Audio/ElevenLabsVoiceChanger.node.js", "dist/nodes/ElevenLabs/ConversationalAI/ElevenLabsAgents.node.js", "dist/nodes/ElevenLabs/ConversationalAI/ElevenLabsKnowledgeBase.node.js", "dist/nodes/ElevenLabs/ElevenLabs.node.js" ] }, "devDependencies": { "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.0.0", "gulp": "^4.0.2", "n8n-core": "~0.125.0", "n8n-workflow": "~0.107.0", "prettier": "^2.7.1", "typescript": "~4.8.4" }, "dependencies": { "request": "^2.88.2" } }