 85bf1341f3
			
		
	
	85bf1341f3
	
	
	
		
			
			Frontend Enhancements: - Complete React TypeScript frontend with modern UI components - Distributed workflows management interface with real-time updates - Socket.IO integration for live agent status monitoring - Agent management dashboard with cluster visualization - Project management interface with metrics and task tracking - Responsive design with proper error handling and loading states Backend Infrastructure: - Distributed coordinator for multi-agent workflow orchestration - Cluster management API with comprehensive agent operations - Enhanced database models for agents and projects - Project service for filesystem-based project discovery - Performance monitoring and metrics collection - Comprehensive API documentation and error handling Documentation: - Complete distributed development guide (README_DISTRIBUTED.md) - Comprehensive development report with architecture insights - System configuration templates and deployment guides The platform now provides a complete web interface for managing the distributed AI cluster with real-time monitoring, workflow orchestration, and agent coordination capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			73 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "json5",
 | |
|   "version": "2.2.3",
 | |
|   "description": "JSON for Humans",
 | |
|   "main": "lib/index.js",
 | |
|   "module": "dist/index.mjs",
 | |
|   "bin": "lib/cli.js",
 | |
|   "browser": "dist/index.js",
 | |
|   "types": "lib/index.d.ts",
 | |
|   "files": [
 | |
|     "lib/",
 | |
|     "dist/"
 | |
|   ],
 | |
|   "engines": {
 | |
|     "node": ">=6"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "build": "rollup -c",
 | |
|     "build-package": "node build/package.js",
 | |
|     "build-unicode": "node build/unicode.js",
 | |
|     "coverage": "tap --coverage-report html test",
 | |
|     "lint": "eslint --fix .",
 | |
|     "lint-report": "eslint .",
 | |
|     "prepublishOnly": "npm run production",
 | |
|     "preversion": "npm run production",
 | |
|     "production": "run-s test build",
 | |
|     "tap": "tap -Rspec --100 test",
 | |
|     "test": "run-s lint-report tap",
 | |
|     "version": "npm run build-package && git add package.json5"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/json5/json5.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "json",
 | |
|     "json5",
 | |
|     "es5",
 | |
|     "es2015",
 | |
|     "ecmascript"
 | |
|   ],
 | |
|   "author": "Aseem Kishore <aseem.kishore@gmail.com>",
 | |
|   "contributors": [
 | |
|     "Max Nanasy <max.nanasy@gmail.com>",
 | |
|     "Andrew Eisenberg <andrew@eisenberg.as>",
 | |
|     "Jordan Tucker <jordanbtucker@gmail.com>"
 | |
|   ],
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/json5/json5/issues"
 | |
|   },
 | |
|   "homepage": "http://json5.org/",
 | |
|   "devDependencies": {
 | |
|     "core-js": "^2.6.5",
 | |
|     "eslint": "^5.15.3",
 | |
|     "eslint-config-standard": "^12.0.0",
 | |
|     "eslint-plugin-import": "^2.16.0",
 | |
|     "eslint-plugin-node": "^8.0.1",
 | |
|     "eslint-plugin-promise": "^4.0.1",
 | |
|     "eslint-plugin-standard": "^4.0.0",
 | |
|     "npm-run-all": "^4.1.5",
 | |
|     "regenerate": "^1.4.0",
 | |
|     "rollup": "^0.64.1",
 | |
|     "rollup-plugin-buble": "^0.19.6",
 | |
|     "rollup-plugin-commonjs": "^9.2.1",
 | |
|     "rollup-plugin-node-resolve": "^3.4.0",
 | |
|     "rollup-plugin-terser": "^1.0.1",
 | |
|     "sinon": "^6.3.5",
 | |
|     "tap": "^12.6.0",
 | |
|     "unicode-10.0.0": "^0.7.5"
 | |
|   }
 | |
| }
 |