{
  "name": "ui",
  "version": "1.0.0",
  "main": "index.js",
  "repository": "https://github.com/pswui/ui",
  "author": "p-sw <shinwoo.park@psw.kr>",
  "license": "MIT",
  "workspaces": ["packages/*", "components"],
  "scripts": {
    "postinstall": "lefthook install",
    "react": "yarn workspace react",
    "cli": "yarn workspace @psw-ui/cli",
    "react:build": "yarn workspace react build",
    "react:dev": "yarn workspace react dev",
    "cli:build": "yarn workspace @psw-ui/cli build"
  },
  "private": true,
  "packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb",
  "devDependencies": {
    "@biomejs/biome": "1.8.3",
    "lefthook": "^1.6.18"
  }
}