{
  "name": "@xuanmo/dl-ui",
  "version": "0.0.5-beta.44",
  "author": {
    "name": "xuanmo",
    "email": "me@xuanmo.xin"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/D-xuanmo/dl-ui"
  },
  "scripts": {
    "build": "yarn workspace @xuanmo/dl-common build && vite build && npm run tsc",
    "preview": "vite preview",
    "tsc": "vue-tsc --emitDeclarationOnly -p tsconfig.json",
    "clear": "rimraf dist",
    "tsc:clear": "npm run clear && npm run tsc"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "keywords": [
    "dynamic-form",
    "Vue3 Form"
  ]
}
