{
  "name": "@wiajs/ui",
  "version": "2.1.1",
  "description": "wia ui packages",
  "main": "",
  "scripts": {
    "build": "node copy-assets.js",
    "postbuild": "swc --config-file ./.swcrc src -d dist --strip-leading-paths"
  },
  "exports": {
    "./*": "./*",
    "./actions/*": "./dist/actions/*",
    "./actions": "./dist/actions/index.js",
    "./autocomplete/*": "./dist/autocomplete/*",
    "./autocomplete": "./dist/autocomplete/index.js",
    "./cropper/*": "./dist/cropper/*",
    "./cropper": "./dist/cropper/index.js",
    "./card/*": "./dist/card/*",
    "./card": "./dist/card/index.js",
    "./table/*": "./dist/table/*",
    "./table": "./dist/table/index.js",
    "./dataTable/*": "./dist/dataTable/*",
    "./dataTable": "./dist/dataTable/index.js",
    "./editTable/*": "./dist/editTable/*",
    "./editTable": "./dist/editTable/index.js",
    "./dataView/*": "./dist/dataView/*",
    "./dataView": "./dist/dataView/appbar.js",
    "./jsonView/*": "./dist/jsonView/*",
    "./jsonView": "./dist/jsonView/index.js",
    "./list-nav/*": "./dist/list-nav/*",
    "./list-nav": "./dist/list-nav/index.js",
    "./messagebar/*": "./dist/messagebar/*",
    "./messagebar": "./dist/messagebar/index.js",
    "./messages/*": "./dist/messages/*",
    "./messages": "./dist/messages/index.js",
    "./navTab/*": "./dist/navTab/*",
    "./navTab": "./dist/navTab/index.js",
    "./searchbar/*": "./dist/searchbar/*",
    "./searchbar": "./dist/searchbar/index.js",
    "./swipeout/*": "./dist/swipeout/*",
    "./swipeout": "./dist/swipeout/index.js",
    "./swiper/*": "./dist/swiper/*",
    "./swiper": "./dist/swiper/index.js",
    "./tabulate/*": "./dist/tabulate/*",
    "./tabulate": "./dist/tabulate/index.js",
    "./catAttach/*": "./dist/catAttach/*",
    "./catAttach": "./dist/catAttach/index.js",
    "./uploader": "./dist/uploader/index.js",
    "./verify": "./dist/verify/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wiajs/ui.git"
  },
  "keywords": [
    "wia",
    "dom",
    "ui"
  ],
  "author": {
    "name": "Sibyl Yu",
    "email": "sibyl@wia.pub"
  },
  "license": "",
  "bugs": {
    "url": "https://github.com/wiajs/ui/issues"
  },
  "homepage": "https://www.wia.pub/ui",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {},
  "dependencies": {}
}
