UNPKG

n8n-nodes-elevenlabs-langfix

Version:

Complete implementation of ElevenLabs AI voice generation into n8n workflows.

64 lines (63 loc) 1.58 kB
{ "name": "n8n-nodes-elevenlabs-langfix", "version": "1.1.8", "description": "Complete implementation of ElevenLabs AI voice generation into n8n workflows.", "keywords": [ "n8n-community-node-package", "n8n", "elevenlabs", "automation", "ai", "voice ai", "text to speech", "tts" ], "license": "MIT", "homepage": "https://n8n.ninja", "author": { "name": "n8ninja", "email": "n8n.ninja@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/n8n-ninja/n8n-nodes-elevenlabs" }, "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", "runn8n": "npx nodemon -q -e js,ts,yml,yaml,json,node,graphql,env,env.sample --exec n8n start" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/ElevenLabsApi.credentials.js" ], "nodes": [ "dist/nodes/ElevenLabs/ElevenLabs.node.js" ] }, "devDependencies": { "@types/node": "^20.12.8", "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "i": "^0.3.7", "n8n-workflow": "^1.70.0", "prettier": "^2.7.1", "typescript": "~4.8.4" }, "peerDependencies": { "n8n-workflow": "*" }, "dependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0" } }