{ "name": "@yakcloud/ui", "version": "0.0.0", "description": "디자인시스템·프리미티브: 토큰·인라인SVG·CardSheet·LineChart(토큰색)·getServiceMeta(logoBase). ⛔ api-client 참조 금지.", "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" }, "./tokens.css": "./src/tokens.css", "./components.css": "./src/components.css", "./sheet.css": "./src/sheet.css" }, "files": [ "dist", "src/*.css" ], "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/ds-sdk": "workspace:*" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "devDependencies": { "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0" } }