UNPKG

n8n-nodes-a2a

Version:

n8n community node for A2A (Account to Account) transfers, account management, and Google Agent2Agent protocol communication with advanced features including file upload, custom JSON fields, custom requests, and streaming support

78 lines (77 loc) 2.19 kB
{ "name": "n8n-nodes-a2a", "version": "0.4.0", "description": "n8n community node for A2A (Account to Account) transfers, account management, and Google Agent2Agent protocol communication with advanced features including file upload, custom JSON fields, custom requests, and streaming support", "keywords": [ "n8n-community-node-package", "a2a", "account-to-account", "transfers", "banking", "finance", "payments", "fintech", "money-transfer", "agent2agent", "google-a2a", "jsonrpc", "agent-communication", "ai-agents", "agent-protocol", "custom-json", "json-fields", "flexible-messaging" ], "license": "MIT", "homepage": "https://github.com/bruno-growthsales/n8n-nodes-a2a", "author": { "name": "Bruno Growth Sales", "email": "bruno@growthsales.com" }, "repository": { "type": "git", "url": "git+https://github.com/bruno-growthsales/n8n-nodes-a2a.git" }, "bugs": { "url": "https://github.com/bruno-growthsales/n8n-nodes-a2a/issues" }, "engines": { "node": ">=20.15" }, "main": "index.js", "scripts": { "build": "npx rimraf dist && 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" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/A2aApi.credentials.js", "dist/credentials/ExampleCredentialsApi.credentials.js", "dist/credentials/HttpBinApi.credentials.js" ], "nodes": [ "dist/nodes/A2a/A2a.node.js", "dist/nodes/ExampleNode/ExampleNode.node.js", "dist/nodes/HttpBin/HttpBin.node.js" ] }, "devDependencies": { "@typescript-eslint/parser": "~8.32.0", "eslint": "^8.57.0", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^5.0.0", "prettier": "^3.5.3", "typescript": "^5.8.2" }, "peerDependencies": { "n8n-workflow": "*" } }