{
  "name": "@cdwx/system",
  "type": "module",
  "version": "0.0.9",
  "private": false,
  "description": "成都文宣业务类服务模块组件库",
  "keywords": [
    "菜单",
    "角色",
    "组织",
    "部门",
    "日志",
    "账号",
    "用户"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.umd.js"
    },
    "./index.css": "./dist/index.css",
    "./uno.css": "./dist/es/__uno.css"
  },
  "main": "./dist/index.umd.js",
  "module": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "package.json"
  ],
  "devDependencies": {
    "@tsconfig/node20": "^20.1.4",
    "@vue/tsconfig": "^0.5.1",
    "vite-plugin-dts": "^4.3.0"
  },
  "scripts": {
    "release": "bumpp package.json",
    "build": "run-s \"build-only --mode production\" type-check",
    "build:test": "run-s \"build-only --mode test\" type-check",
    "type-check": "vue-tsc --build --force",
    "build-only": "vite build",
    "build:watch": "run-s \"build-only-watch --mode production\" type-check-watch",
    "type-check-watch": "vue-tsc --build --force --watch",
    "build-only-watch": "vite build --watch",
    "clean": "pnpm rimraf node_modules dist .turbo",
    "lint": "eslint . --cache --fix"
  }
}