UNPKG

@sethdouglasford/claude-flow

Version:

Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology

122 lines (121 loc) 3.47 kB
{ "name": "@sethdouglasford/claude-flow", "version": "1.5.10", "description": "Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology", "main": "dist/cli/index.js", "bin": { "claude-flow": "dist/cli/index.js" }, "publishConfig": { "access": "public" }, "scripts": { "dev": "tsx src/cli/index.ts", "build": "npm run build:ts && npm run build:sea", "build:ts": "tsc", "build:sea": "npm run sea:bundle && npm run sea:blob && npm run sea:binaries", "sea:bundle": "esbuild dist/cli/main-sea.js --bundle --platform=node --format=cjs --outfile=dist/bundled-main.cjs", "sea:blob": "node --experimental-sea-config sea-config.json", "sea:binaries": "node scripts/create-sea-binaries.js", "build:binary": "npm run build:sea", "typecheck": "tsc --noEmit", "test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest", "test-only": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --passWithNoTests", "prepare": "npm run build:ts", "lint": "eslint . --ext .ts,.js --max-warnings 0", "lint:fix": "eslint . --ext .ts,.js --fix", "format": "prettier --write src", "start": "node dist/index.js", "clean": "rm -rf dist", "cleanup": "node scripts/cleanup-root.js", "changeset": "changeset", "version": "changeset version", "release": "npm run build && changeset publish" }, "keywords": [ "ai", "agent", "orchestration", "claude", "claude-4", "aws-bedrock", "enterprise", "automation", "swarm", "multi-agent", "coordination", "cli", "mcp", "workflow", "bedrock", "aws", "enterprise-ai" ], "author": "rUv", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sethdford/vibex-claude-code-flow.git" }, "bugs": { "url": "https://github.com/sethdford/vibex-claude-code-flow/issues" }, "homepage": "https://github.com/sethdford/vibex-claude-code-flow#readme", "engines": { "node": ">=18.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE", "package.json" ], "dependencies": { "@anthropic-ai/sdk": "^0.54.0", "@aws-sdk/client-bedrock-runtime": "^3.830.0", "@aws-sdk/client-sts": "^3.830.0", "@types/better-sqlite3": "^7.6.13", "better-sqlite3": "^11.10.0", "blessed": "^0.1.81", "chalk": "^5.3.0", "cli-table3": "^0.6.3", "commander": "^11.1.0", "cors": "^2.8.5", "express": "^4.18.2", "fs-extra": "^11.2.0", "glob": "^10.3.10", "helmet": "^7.1.0", "inquirer": "^9.2.12", "nanoid": "^5.0.4", "node-pty": "^1.0.0", "ora": "^7.0.1", "p-queue": "^8.1.0", "ws": "^8.14.2" }, "devDependencies": { "@changesets/cli": "^2.29.5", "@swc/cli": "^0.1.63", "@swc/core": "^1.3.101", "@types/blessed": "^0.1.25", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.4", "@types/glob": "^8.1.0", "@types/inquirer": "^9.0.7", "@types/jest": "^29.5.8", "@types/node": "^20.10.5", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "esbuild": "^0.25.5", "eslint": "^9.15.0", "globals": "^16.2.0", "jest": "^29.7.0", "postject": "^1.0.0-alpha.6", "prettier": "^3.1.1", "ts-jest": "^29.1.1", "tsx": "^4.6.2", "typescript": "^5.3.3" }, "type": "module" }