Remove example nodes and update package metadata

This commit is contained in:
Igor Karpovich 2025-12-08 07:38:38 +00:00
commit bd3ca9e553
22 changed files with 32 additions and 1318 deletions

View file

@ -1,19 +1,23 @@
{
"name": "n8n-nodes-<...>",
"name": "n8n-nodes-wyoming",
"version": "0.1.0",
"description": "",
"description": "n8n community nodes for Wyoming protocol (voice assistant integration)",
"license": "MIT",
"homepage": "",
"homepage": "https://github.com/ikarpovich/n8n-nodes-wyoming",
"keywords": [
"n8n-community-node-package"
"n8n-community-node-package",
"wyoming",
"voice-assistant",
"speech-to-text",
"whisper"
],
"author": {
"name": "",
"email": ""
"name": "Igor Karpovich",
"email": "info@zatupilki.click"
},
"repository": {
"type": "git",
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
"url": "https://github.com/ikarpovich/n8n-nodes-wyoming.git"
},
"scripts": {
"build": "n8n-node build",
@ -30,14 +34,8 @@
"n8n": {
"n8nNodesApiVersion": 1,
"strict": true,
"credentials": [
"dist/credentials/GithubIssuesApi.credentials.js",
"dist/credentials/GithubIssuesOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/GithubIssues/GithubIssues.node.js",
"dist/nodes/Example/Example.node.js"
]
"credentials": [],
"nodes": []
},
"devDependencies": {
"@n8n/node-cli": "*",