UNPKG

n8n-nodes-doubao-api

Version:
63 lines 1.38 kB
{ "name": "n8n-nodes-doubao-api", "version": "0.1.5", "description": "n8n节点 - 豆包大模型API调用", "keywords": [ "n8n", "n8n-node", "n8n-community-node", "doubao", "ai", "llm", "chatgpt", "chatbot" ], "license": "MIT", "author": { "name": "Kael", "email": "1290281526@qq.com" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/n8n-nodes-doubao-api.git" }, "main": "dist/index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "test": "echo \"No tests defined\" && exit 0", "lint": "echo \"No linting defined\" && exit 0", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "n8n": { "credentials": [ "dist/credentials/DoubaoApi.credentials.js" ], "nodes": [ "dist/nodes/DoubaoApi/DoubaoApi.node.js" ] }, "devDependencies": { "@types/express": "^4.17.14", "@types/jest": "^29.2.0", "@types/node": "^18.11.3", "@types/request-promise-native": "^1.0.18", "gulp": "^4.0.2", "jest": "^29.2.1", "n8n-workflow": "^0.112.0", "ts-jest": "^29.0.3", "typescript": "~4.8.4", "eslint": "^8.0.0" }, "dependencies": { "axios": "^0.27.2", "n8n-core": "^0.134.0" }, "engines": { "node": ">=14.0.0" } }