{ "name": "ai-stack-deployer", "version": "0.1.0", "description": "Self-service portal for deploying personal OpenCode AI stacks", "type": "module", "scripts": { "dev": "bun run --hot src/index.ts", "start": "bun run src/index.ts", "mcp": "bun run src/mcp-server.ts", "build": "bun build src/index.ts --outdir=dist --target=bun", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "hono": "^4.11.3" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.0.0" }, "author": "Oussama Douhou", "license": "UNLICENSED" }