 d7ad321176
			
		
	
	d7ad321176
	
	
	
		
			
			This comprehensive implementation includes: - FastAPI backend with MCP server integration - React/TypeScript frontend with Vite - PostgreSQL database with Redis caching - Grafana/Prometheus monitoring stack - Docker Compose orchestration - Full MCP protocol support for Claude Code integration Features: - Agent discovery and management across network - Visual workflow editor and execution engine - Real-time task coordination and monitoring - Multi-model support with specialized agents - Distributed development task allocation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "pkce-challenge",
 | |
|   "version": "5.0.0",
 | |
|   "description": "Generate or verify a Proof Key for Code Exchange (PKCE) challenge pair",
 | |
|   "browser": "dist/index.browser.js",
 | |
|   "type": "module",
 | |
|   "exports": {
 | |
|     ".": {
 | |
|       "types": {
 | |
|         "require": "./dist/index.node.d.cts",
 | |
|         "import": "./dist/index.node.d.ts"
 | |
|       },
 | |
|       "browser": {
 | |
|         "types": "./dist/index.browser.d.ts",
 | |
|         "default": "./dist/index.browser.js"
 | |
|       },
 | |
|       "node": {
 | |
|         "import": "./dist/index.node.js",
 | |
|         "require": "./dist/index.node.cjs"
 | |
|       }
 | |
|     }
 | |
|   },
 | |
|   "files": [
 | |
|     "dist/"
 | |
|   ],
 | |
|   "scripts": {
 | |
|     "watch": "tsc --watch --declaration",
 | |
|     "preprocess": "env=browser diverge -f src/index.ts src/index.browser.ts && env=node diverge -f src/index.ts src/index.node.ts && env=node diverge -f src/index.ts src/index.node.cts",
 | |
|     "build": "npm run preprocess && tsc --declaration",
 | |
|     "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
 | |
|     "test:bundle": "npm run --prefix browser-test build"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/crouchcd/pkce-challenge.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "PKCE",
 | |
|     "oauth2"
 | |
|   ],
 | |
|   "author": "crouchcd",
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/crouchcd/pkce-challenge/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/crouchcd/pkce-challenge#readme",
 | |
|   "engines": {
 | |
|     "node": ">=16.20.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/jest": "^29.5.0",
 | |
|     "@types/node": "^18.15.11",
 | |
|     "diverge": "^1.0.2",
 | |
|     "esbuild": "^0.25.2",
 | |
|     "jest": "^29.5.0",
 | |
|     "typescript": "^5.0.3"
 | |
|   }
 | |
| }
 |