UNPKG

@noves/eliza-plugin-noves

Version:

ElizaOS plugin for blockchain data using Noves Intents

142 lines 3.21 kB
{ "name": "@noves/eliza-plugin-noves", "description": "ElizaOS plugin for blockchain data using Noves Intents", "version": "0.1.1", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "packageType": "plugin", "platform": "node", "license": "MIT", "author": { "name": "Noves Inc", "url": "https://noves.fi", "email": "support@noves.fi" }, "keywords": [ "elizaos-plugin", "plugin", "elizaos", "blockchain", "noves", "intent", "intents", "ethereum", "web3", "defi", "transactions", "wallet-analysis", "token-prices" ], "repository": { "type": "git", "url": "https://github.com/Noves-Inc/eliza-plugin-noves" }, "homepage": "https://noves.fi", "bugs": { "url": "https://github.com/Noves-Inc/eliza-plugin-noves/issues" }, "funding": { "type": "individual", "url": "https://noves.fi" }, "engines": { "node": ">=18.0.0" }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist", "README.md", "LICENSE", "images", "examples", ".npmignore", "package.json", "tsup.config.ts" ], "dependencies": { "@elizaos/core": "latest", "@noves/intent-ethers-provider": "^0.1.3", "zod": "3.24.2" }, "peerDependencies": {}, "devDependencies": { "@elizaos/cli": "latest", "dotenv": "16.4.5", "prettier": "3.5.3", "tsup": "8.5.0", "typescript": "5.8.2", "vitest": "3.1.4" }, "scripts": { "start": "elizaos start", "dev": "elizaos dev", "build": "tsup", "lint": "prettier --write ./src", "test:component": "vitest run", "test:e2e": "elizaos test", "test": "npm run test:component", "test:full": "npm run test:component && npm run test:e2e", "publish:elizaos": "elizaos publish", "format": "prettier --write ./src", "format:check": "prettier --check ./src", "prepack": "npm run build", "prepublishOnly": "npm run test" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "resolutions": { "zod": "3.24.2", "@langchain/core": "0.3.50", "@langchain/openai": "0.5.10" }, "agentConfig": { "pluginType": "elizaos:plugin:1.0.0", "category": "blockchain", "capabilities": [ "wallet-analysis", "transaction-interpretation", "token-pricing" ], "supportedChains": [ "ethereum", "polygon", "base", "arbitrum", "optimism", "bsc" ] }, "elizaos": { "plugin": { "name": "plugin-noves", "version": "1.0.0", "description": "Blockchain data analysis using Noves Intent provider", "actions": [ "GET_RECENT_TXS", "GET_TRANSLATED_TX", "GET_TOKEN_PRICE" ], "category": "blockchain", "tags": [ "blockchain", "defi", "analysis", "noves" ] } }, "gitHead": "d5bd5c43bfebeb7ac02f9e029f924cb6cd5c2ec7", "npmPackage": "@noves/eliza-plugin-noves" }