{
  "name": "vue-select-avatar",
  "version": "3.0.0-alpha.3",
  "description": "基于 vue 选择头像",
  "author": "xiangheng08",
  "license": "MIT",
  "keywords": [
    "vue",
    "vue3",
    "avatar",
    "select",
    "avatar-select",
    "vue-select",
    "select-avatar",
    "选择头像",
    "头像",
    "选择"
  ],
  "homepage": "https://github.com/xiangheng08/vue-select-avatar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiangheng08/vue-select-avatar"
  },
  "bugs": {
    "url": "https://github.com/xiangheng08/vue-select-avatar/issues"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./errorMessage_en.js": {
      "import": "./dist/errorMessage_en.js",
      "require": "./dist/errorMessage_en.cjs"
    },
    "./style.css": "./dist/vue-select-avatar.css"
  },
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check \"build-only {@}\" --",
    "preview": "vite preview",
    "test:unit": "vitest",
    "build-only": "vite build",
    "type-check": "vue-tsc --build",
    "lint": "eslint . --fix",
    "format": "prettier --write src/",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "pub": "run-s build publish-npm",
    "publish-npm": "npm publish"
  },
  "peerDependencies": {
    "vue": "^3.5.13 <4.0.0"
  },
  "devDependencies": {
    "@tsconfig/node22": "^22.0.2",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.15.21",
    "@vitejs/plugin-vue": "^5.2.3",
    "@vitest/eslint-plugin": "^1.1.39",
    "@vue/eslint-config-prettier": "^10.2.0",
    "@vue/eslint-config-typescript": "^14.5.0",
    "@vue/test-utils": "^2.4.6",
    "@vue/tsconfig": "^0.7.0",
    "element-plus": "^2.9.11",
    "eslint": "^9.22.0",
    "eslint-plugin-vue": "~10.0.0",
    "jiti": "^2.4.2",
    "jsdom": "^26.0.0",
    "npm-run-all2": "^7.0.2",
    "prettier": "3.5.3",
    "sass": "^1.89.0",
    "typescript": "~5.8.0",
    "unplugin-element-plus": "^0.10.0",
    "vite": "^6.2.4",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-vue-devtools": "^7.7.2",
    "vitepress": "^1.6.3",
    "vitepress-plugin-group-icons": "^1.5.5",
    "vitest": "^3.1.1",
    "vue": "^3.5.13",
    "vue-select-avatar": "link:",
    "vue-tsc": "^2.2.8"
  },
  "packageManager": "pnpm@9.12.3"
}