package.json•1.05 kB
{
"name": "agentek",
"description": "A collection of AI agent tools for blockchain interaction",
"type": "module",
"private": true,
"workspaces": [
"packages/ai-sdk",
"packages/shared",
"packages/mcp"
],
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r dev",
"clean": "rm -rf dist packages/*/dist",
"test": "vitest -c ./test/vitest.config.ts",
"list": "bun run scripts/tool-count.ts"
},
"keywords": [
"ai",
"agents",
"blockchain",
"ethereum",
"tools"
],
"author": "NaniDAO",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/NaniDAO/agentek.git"
},
"homepage": "https://nani.ooo",
"devDependencies": {
"@agentek/tools": "workspace:*",
"@agentek/ai-sdk": "workspace:*",
"@openrouter/ai-sdk-provider": "^0.7.3",
"@types/node": "^24.1.0",
"dotenv": "^17.2.1",
"tsup": "^8.5.0",
"typescript": "^5.9.2",
"viem": "^2.33.2",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=18.0.0"
}
}