@elizaos/plugin-aave
Version:
ElizaOS plugin for Aave Protocol - DeFi lending and borrowing
67 lines (66 loc) • 1.68 kB
JSON
{
"name": "@elizaos/plugin-aave",
"version": "1.1.0",
"description": "ElizaOS plugin for Aave Protocol - DeFi lending and borrowing",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "bun test",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,json,md}\"",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aave/contract-helpers": "^1.29.13",
"@aave/math-utils": "^1.29.13",
"@bgd-labs/aave-address-book": "^4.25.1",
"@elizaos/core": "*",
"bignumber.js": "^9.1.2",
"ethers": "^5.7.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@elizaos/core": "*"
},
"keywords": [
"elizaos",
"plugin",
"aave",
"defi",
"lending",
"borrowing",
"ethereum",
"ai-agent"
],
"author": "ElizaOS Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/elizaos/eliza.git",
"directory": "packages/plugin-aave"
},
"bugs": {
"url": "https://github.com/elizaos/eliza/issues"
},
"homepage": "https://github.com/elizaos/eliza/tree/main/packages/plugin-aave",
"agent": {
"name": "Aave Protocol Agent",
"description": "DeFi agent for Aave lending and borrowing operations"
}
}