UNPKG

n8n-nodes-xcredentialsx

Version:

Enhanced n8n nodes for credentials management and improved node execution with dropdown selection

59 lines (58 loc) 1.59 kB
{ "name": "n8n-nodes-xcredentialsx", "version": "1.1.0", "description": "Enhanced n8n nodes for credentials management and improved node execution with dropdown selection", "main": "dist/index.js", "scripts": { "build": "tsc", "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" }, "files": [ "dist", "README.md", "LICENSE" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/N8nApi.credentials.js" ], "nodes": [ "dist/nodes/XCredentialsX/XCredentialsX.node.js", "dist/nodes/XCredentialsXSimple/XCredentialsXSimple.node.js", "dist/nodes/RunNodeWithCredentialsXImproved/RunNodeWithCredentialsXImproved.node.js" ] }, "keywords": [ "n8n-community-node-package", "n8n", "credentials", "list", "dropdown", "improved", "node-execution", "workflow" ], "author": "Your Name <your.email@example.com>", "homepage": "https://github.com/yourusername/n8n-nodes-xcredentialsx#readme", "repository": { "type": "git", "url": "git+https://github.com/yourusername/n8n-nodes-xcredentialsx.git" }, "bugs": { "url": "https://github.com/yourusername/n8n-nodes-xcredentialsx/issues" }, "license": "MIT", "devDependencies": { "@types/node": "^18.16.16", "n8n-workflow": "*", "typescript": "^4.8.4" }, "peerDependencies": { "n8n-workflow": "*" } }