claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.
31 lines (30 loc) • 914 B
JSON
{
"name": "@cfn/workflow-codification",
"version": "1.0.0",
"description": "TypeScript implementation of pattern analyzer for workflow codification system",
"main": "dist/pattern-analyzer.js",
"types": "dist/pattern-analyzer.d.ts",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src tests --ext .ts",
"clean": "rm -rf dist/*.js dist/*.d.ts dist/types.js dist/types.d.ts"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18.0.0"
}
}