UNPKG

web3agent-aof

Version:

AI Framework for Onchain Operations and DeFi Interactions

61 lines (60 loc) 1.29 kB
{ "name": "web3agent-aof", "version": "1.0.0", "description": "AI Framework for Onchain Operations and DeFi Interactions", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build", "prepare": "npm run build" }, "keywords": [ "blockchain", "defi", "ethereum", "ai", "web3", "smart-contracts", "cross-chain", "bridge", "trading", "web3agent", "onchain-framework", "aiagent", "AGI", "agent-framework", "autonomous-agent", "ai-framework", "web3-automation" ], "author": "Sagar", "license": "MIT", "dependencies": { "@langchain/core": "^0.1.0", "@langchain/openai": "^0.0.12", "dotenv": "^16.3.1", "ethers": "^6.13.4", "langchain": "^0.1.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.5.0", "typescript": "^5.1.6" }, "repository": { "type": "git", "url": "git+https://github.com/0xsagar/web3agent-aof.git" }, "bugs": { "url": "https://github.com/0xsagar/web3agent-aof/issues" }, "homepage": "https://github.com/0xsagar/web3agent-aof#readme" }