{ "name": "@yakcloud/client-shell", "version": "0.0.0", "description": "9종 데이터소스 웹 클라 셸(신규): 헤더/탭/pane/가드. FileBrowser 는 Phase 1.", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "publishConfig": { "registry": "https://gitea.yakenator.io/api/packages/yakcloud/npm/" }, "scripts": { "build": "tsc -b", "typecheck": "tsc --noEmit", "lint": "eslint src", "test": "echo \"(no tests yet)\"" }, "dependencies": { "@yakcloud/ui": "workspace:*", "@yakcloud/api-client": "workspace:*", "@yakcloud/ds-sdk": "workspace:*" }, "peerDependencies": { "react": ">=18" }, "devDependencies": { "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0" } }