UNPKG

plugin-hedera-dex

Version:

Comprehensive Hedera DEX plugin for SaucerSwap integration with ElizaOS. Provides real-time pool data, token swapping, and complete DEX functionality on Hedera blockchain.

96 lines 2.59 kB
{ "name": "plugin-hedera-dex", "description": "Comprehensive Hedera DEX plugin for SaucerSwap integration with ElizaOS. Provides real-time pool data, token swapping, and complete DEX functionality on Hedera blockchain.", "version": "0.2.0", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "packageType": "plugin", "platform": "node", "license": "MIT", "author": "Hedera DEX Team", "keywords": [ "hedera", "dex", "saucerswap", "blockchain", "defi", "plugin", "elizaos", "hashgraph", "hbar", "token-swap", "liquidity-pools" ], "repository": { "type": "git", "url": "https://github.com/cuongpo/hedera-dex-agent" }, "homepage": "https://github.com/cuongpo/hedera-dex-agent#readme", "bugs": { "url": "https://github.com/cuongpo/hedera-dex-agent/issues" }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist", "README.md", ".npmignore", ".gitignore", "package.json", "tsup.config.ts" ], "dependencies": { "@elizaos/core": "latest", "@hashgraph/sdk": "^2.70.0", "axios": "^1.11.0", "ethers": "^6.15.0", "zod": "^3.24.4" }, "devDependencies": { "@elizaos/cli": "latest", "dotenv": "16.4.5", "prettier": "3.5.3", "tsup": "8.5.0", "typescript": "5.8.2" }, "scripts": { "start": "elizaos start", "dev": "elizaos dev", "build": "tsc", "postinstall": "node -e \"const fs=require('fs');const path=require('path');const zodPath=path.join('node_modules','zod');if(fs.existsSync(zodPath)){fs.writeFileSync(path.join(zodPath,'v3.js'),'module.exports=require(\\\"./lib/index.js\\\");');fs.writeFileSync(path.join(zodPath,'v3.d.ts'),'export * from \\\"./lib/index\\\";');}\" || true", "test": "bun test", "format": "prettier --write ./src" }, "publishConfig": { "access": "public" }, "resolutions": { "// Note": "langchain 0.3.30 fixes @langchain/core zod/v3 import issues", "zod": "^3.24.4", "langchain": "0.3.30", "@langchain/core": "0.3.30" }, "overrides": { "@langchain/core": "0.3.30" }, "agentConfig": { "pluginType": "elizaos:plugin:1.0.0", "pluginParameters": { "API_KEY": { "type": "string", "description": "API key for the service" } } }, "gitHead": "d5bd5c43bfebeb7ac02f9e029f924cb6cd5c2ec7", "npmPackage": "plugin-hedera-dex" }