{
  "name": "@hitpay/orchid-ui",
  "description": "Orchid UI, Library Vue 3 tailwind css",
  "version": "0.1.0",
  "type": "module",
  "scripts": {
    "build": "vite build"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hit-pay/orchid.git",
    "directory": "packages/core"
  },
  "homepage": "https://orchidui.vercel.app/",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    },
    "./Cropper": {
      "import": "./dist/Cropper.js"
    },
    "./Calendar": {
      "import": "./dist/Calendar.js"
    },
    "./Draggable": {
      "import": "./dist/Draggable.js"
    },
    "./StoreDesign": {
      "import": "./dist/StoreDesign.js"
    },
    "./EmojiPicker": {
      "import": "./dist/EmojiPicker.js"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "module": "./dist/index.js",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "resolutions": {
    "rollup": "npm:@rollup/wasm-node"
  }
}
