claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "@claude-flow/shared",
"version": "3.0.0-alpha.6",
"type": "module",
"description": "Shared module - common types, events, utilities, core interfaces",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./types": "./dist/types/index.js",
"./core": "./dist/core/index.js",
"./events": "./dist/events/index.js",
"./hooks": "./dist/hooks/index.js",
"./mcp": "./dist/mcp/index.js",
"./security": "./dist/security/index.js",
"./resilience": "./dist/resilience/index.js"
},
"scripts": {
"test": "vitest run",
"build": "tsc"
},
"dependencies": {
"sql.js": "^1.10.3"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.0.0",
"@types/sql.js": "^1.4.9",
"@types/ws": "^8.5.10",
"cors": "^2.8.5",
"express": "^4.21.0",
"helmet": "^7.1.0",
"vitest": "^4.0.16",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "public",
"tag": "v3alpha"
}
}