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
28 lines (27 loc) • 599 B
JSON
{
"name": "@claude-flow/deployment",
"version": "3.0.0-alpha.7",
"type": "module",
"description": "Deployment module - Release management, CI/CD, versioning",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"test": "vitest run",
"release": "semantic-release"
},
"dependencies": {
"@claude-flow/shared": "^3.0.0-alpha.1"
},
"devDependencies": {
"semantic-release": "^25.0.2",
"vitest": "^4.0.16"
},
"publishConfig": {
"access": "public",
"tag": "v3alpha"
}
}