 e89f2f4b7b
			
		
	
	e89f2f4b7b
	
	
	
		
			
			Created 10 detailed GitHub issues covering: - Project activation and management UI (#1-2) - Worker node coordination and visualization (#3-4) - Automated GitHub repository scanning (#5) - Intelligent model-to-issue matching (#6) - Multi-model task execution system (#7) - N8N workflow integration (#8) - Hive-Bzzz P2P bridge (#9) - Peer assistance protocol (#10) Each issue includes detailed specifications, acceptance criteria, technical implementation notes, and dependency mapping. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "type": "module",
 | |
|   "license": "MIT",
 | |
|   "name": "@gerrit0/mini-shiki",
 | |
|   "version": "3.7.0",
 | |
|   "exports": {
 | |
|     ".": {
 | |
|       "types": "./dist/shiki.d.ts",
 | |
|       "default": "./dist/shiki.js"
 | |
|     },
 | |
|     "./onig.wasm": {
 | |
|       "import": "./dist/onig.wasm"
 | |
|     }
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/Gerrit0/mini-shiki.git"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "build": "./scripts/build.sh",
 | |
|     "test": "node --experimental-require-module --test"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@rollup/plugin-node-resolve": "15.3.0",
 | |
|     "@rollup/plugin-typescript": "12.1.1",
 | |
|     "@types/node": "^22.9.3",
 | |
|     "dts-bundle-generator": "^9.5.1",
 | |
|     "rollup": "4.27.4",
 | |
|     "rollup-plugin-dts": "^6.1.1",
 | |
|     "semver": "7.6.3",
 | |
|     "shiki": "^3.7.0"
 | |
|   },
 | |
|   "files": [
 | |
|     "static",
 | |
|     "dist",
 | |
|     "README.md",
 | |
|     "CHANGELOG.md",
 | |
|     "LICENSE"
 | |
|   ],
 | |
|   "dependencies": {
 | |
|     "@shikijs/engine-oniguruma": "^3.7.0",
 | |
|     "@shikijs/langs": "^3.7.0",
 | |
|     "@shikijs/themes": "^3.7.0",
 | |
|     "@shikijs/types": "^3.7.0",
 | |
|     "@shikijs/vscode-textmate": "^10.0.2"
 | |
|   }
 | |
| }
 |