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) • 559 B
JSON
{
"name": "@claude-flow/security",
"version": "3.0.0-alpha.7",
"type": "module",
"description": "Security module - CVE fixes, input validation, path security",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*.js"
},
"scripts": {
"test": "vitest run",
"build": "tsc"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"zod": "^3.22.0"
},
"devDependencies": {
"vitest": "^4.0.16"
},
"publishConfig": {
"access": "public",
"tag": "v3alpha"
}
}