 c6d69695a8
			
		
	
	c6d69695a8
	
	
	
		
			
			- Create dedicated service classes for separated concerns: * AgentService: Agent management and health monitoring * WorkflowService: Workflow parsing and execution tracking * PerformanceService: Metrics and load balancing * BackgroundService: Background processes and cleanup * TaskService: Database persistence (already existed) - Refactor UnifiedCoordinator into UnifiedCoordinatorRefactored * Clean separation of responsibilities * Improved maintainability and testability * Dependency injection pattern for services * Clear service boundaries and interfaces - Maintain backward compatibility through re-exports - Update main.py to use refactored coordinator 🚀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			70 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "lucide-react",
 | |
|   "description": "A Lucide icon library package for React applications",
 | |
|   "version": "0.453.0",
 | |
|   "license": "ISC",
 | |
|   "homepage": "https://lucide.dev",
 | |
|   "bugs": "https://github.com/lucide-icons/lucide/issues",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/lucide-icons/lucide.git",
 | |
|     "directory": "packages/lucide-react"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "Lucide",
 | |
|     "React",
 | |
|     "Feather",
 | |
|     "Icons",
 | |
|     "Icon",
 | |
|     "SVG",
 | |
|     "Feather Icons",
 | |
|     "Fontawesome",
 | |
|     "Font Awesome"
 | |
|   ],
 | |
|   "author": "Eric Fennis",
 | |
|   "amdName": "lucide-react",
 | |
|   "main": "dist/cjs/lucide-react.js",
 | |
|   "main:umd": "dist/umd/lucide-react.js",
 | |
|   "module": "dist/esm/lucide-react.js",
 | |
|   "unpkg": "dist/umd/lucide-react.min.js",
 | |
|   "typings": "dist/lucide-react.d.ts",
 | |
|   "sideEffects": false,
 | |
|   "files": [
 | |
|     "dist",
 | |
|     "dynamicIconImports.js",
 | |
|     "dynamicIconImports.js.map",
 | |
|     "dynamicIconImports.d.ts"
 | |
|   ],
 | |
|   "devDependencies": {
 | |
|     "@testing-library/jest-dom": "^6.1.6",
 | |
|     "@testing-library/react": "^14.1.2",
 | |
|     "@types/react": "^18.2.37",
 | |
|     "@vitejs/plugin-react": "^4.2.1",
 | |
|     "jest-serializer-html": "^7.1.0",
 | |
|     "react": "18.2.0",
 | |
|     "react-dom": "18.2.0",
 | |
|     "rollup": "^4.22.4",
 | |
|     "rollup-plugin-dts": "^6.1.0",
 | |
|     "typescript": "^4.9.5",
 | |
|     "vite": "5.0.13",
 | |
|     "vitest": "^1.1.1",
 | |
|     "@lucide/build-icons": "1.1.0",
 | |
|     "@lucide/shared": "1.0.0",
 | |
|     "@lucide/rollup-plugins": "1.0.0"
 | |
|   },
 | |
|   "peerDependencies": {
 | |
|     "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "build": "pnpm clean && pnpm copy:license && pnpm build:icons && pnpm typecheck && pnpm build:bundles",
 | |
|     "copy:license": "cp ../../LICENSE ./LICENSE",
 | |
|     "clean": "rm -rf dist && rm -rf stats && rm -rf ./src/icons/*.ts && rm -f dynamicIconImports.*",
 | |
|     "build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --withAliases --withDynamicImports --separateAliasesFile --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts",
 | |
|     "build:bundles": "rollup -c ./rollup.config.mjs",
 | |
|     "typecheck": "tsc",
 | |
|     "typecheck:watch": "tsc -w",
 | |
|     "test": "pnpm build:icons && vitest run",
 | |
|     "test:watch": "vitest watch",
 | |
|     "version": "pnpm version --git-tag-version=false"
 | |
|   }
 | |
| } |