{
  "name": "@v-c/async-validator",
  "type": "module",
  "version": "1.0.2",
  "license": "MIT",
  "homepage": "https://github.com/antdv-next/vue-components/tree/next/packages/async-validator",
  "repository": {
    "type": "git",
    "url": "https://github.com/antdv-next/vue-components.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/*": [
      "./dist/*.js",
      "./dist/*.d.ts"
    ],
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "prepublish": "pnpm build",
    "bump": "bumpp --release patch"
  }
}