UNPKG

n8n-nodes-groq-speech

Version:

N8N Community Node for Groq Text-to-Speech API integration

79 lines 1.81 kB
{ "name": "n8n-nodes-groq-speech", "version": "1.1.2", "description": "N8N Community Node for Groq Text-to-Speech API integration", "keywords": [ "n8n-community-node-package", "n8n", "n8n-node", "n8n-nodes", "groq", "groq-api", "tts", "text-to-speech", "speech-synthesis", "voice-synthesis", "audio", "audio-generation", "voice", "speech", "ai-voice", "whatsapp", "whatsapp-bot", "chatbot", "automation", "workflow", "playai", "base64", "mp3", "wav", "voice-message", "audio-message", "bot", "api", "integration", "community-node" ], "license": "MIT", "homepage": "", "author": { "name": "Marco Developer", "email": "marco@example.com" }, "repository": { "type": "git", "url": "https://github.com/marco-dev/n8n-nodes-groq-speech.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 && npm run lint -s" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/GroqApi.credentials.js" ], "nodes": [ "dist/nodes/GroqTts/GroqTts.node.js" ] }, "devDependencies": { "@typescript-eslint/parser": "^5.45.0", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-workflow": "*", "prettier": "^2.7.1", "typescript": "^4.8.4" }, "dependencies": { "groq-sdk": "^0.3.0" } }