UNPKG

@fengcch/n8n-nodes-302ai-chat

Version:

n8n community node for 302.ai AI service integration

54 lines 1.16 kB
{ "name": "@fengcch/n8n-nodes-302ai-chat", "version": "0.0.9", "description": "n8n community node for 302.ai AI service integration", "keywords": [ "n8n-community-node-package", "302ai", "ai", "chat", "llm" ], "license": "MIT", "homepage": "https://github.com/302ai", "author": { "name": "302.AI", "url": "https://302.ai" }, "repository": { "type": "git", "url": "git+https://github.com/302ai/n8n-nodes-302ai.git" }, "bugs": { "url": "https://github.com/302ai/n8n-nodes-302ai/issues" }, "main": "dist/index.js", "scripts": { "build": "echo 'Build completed - using pre-built distribution files'", "prepublishOnly": "npm run build" }, "files": [ "dist", "README.md", "LICENSE" ], "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/ThreeZeroTwoAI/ThreeZeroTwoAI.node.js" ], "credentials": [ "dist/credentials/ThreeZeroTwoAIApi.credentials.js" ] }, "peerDependencies": { "n8n-workflow": "^1.0.0" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "dependencies": { "node-fetch": "^3.3.2" } }