{ "name": "@anthropic/remote-control-server", "version": "0.1.0", "type": "module", "scripts": { "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts", "build:web": "cd web && bun run build", "typecheck": "tsc --noEmit" }, "dependencies": { "hono": "^4.7.0", "uuid": "^11.0.0" }, "devDependencies": { "@types/uuid": "^10.0.0", "typescript": "^5.7.0", "vite": "^6.0.0", "@vitejs/plugin-react": "^4.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "tailwindcss": "^4.0.0", "@tailwindcss/vite": "^4.0.0" } }