{
  "name": "@vben/types",
  "version": "1.0.0",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
    "directory": "packages/types"
  },
  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  "scripts": {
    "build": "pnpm unbuild",
    "stub": "pnpm build --stub"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "imports": {
    "#*": "./src/*"
  },
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "development": "./src/index.ts",
      "default": "./dist/index.mjs"
    },
    "./global": {
      "types": "./global.d.ts"
    }
  },
  "publishConfig": {
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "dependencies": {
    "@vben-core/typings": "workspace:*",
    "vue": "3.4.27",
    "vue-router": "^4.3.3"
  }
}