mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-15 09:03:00 -06:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "n8n-nodes-wyoming",
|
|
"version": "0.1.0",
|
|
"description": "n8n community nodes for Wyoming protocol (voice assistant integration)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/ikarpovich/n8n-nodes-wyoming",
|
|
"keywords": [
|
|
"n8n-community-node-package",
|
|
"wyoming",
|
|
"voice-assistant",
|
|
"speech-to-text",
|
|
"whisper"
|
|
],
|
|
"author": {
|
|
"name": "Igor Karpovich",
|
|
"email": "info@zatupilki.click"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ikarpovich/n8n-nodes-wyoming.git"
|
|
},
|
|
"scripts": {
|
|
"build": "n8n-node build",
|
|
"build:watch": "tsc --watch",
|
|
"dev": "n8n-node dev",
|
|
"lint": "n8n-node lint",
|
|
"lint:fix": "n8n-node lint --fix",
|
|
"release": "n8n-node release",
|
|
"prepublishOnly": "n8n-node prerelease"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"n8n": {
|
|
"n8nNodesApiVersion": 1,
|
|
"strict": false,
|
|
"credentials": [
|
|
"dist/credentials/WyomingApi.credentials.js"
|
|
],
|
|
"nodes": [
|
|
"dist/nodes/Wyoming/Wyoming.node.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@n8n/node-cli": "*",
|
|
"@types/node": "^24.10.1",
|
|
"eslint": "9.32.0",
|
|
"prettier": "3.6.2",
|
|
"release-it": "^19.0.4",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"peerDependencies": {
|
|
"n8n-workflow": "*"
|
|
}
|
|
}
|