{
  "name": "@v-c/notification",
  "type": "module",
  "version": "2.0.4",
  "license": "MIT",
  "homepage": "https://github.com/antdv-next/vue-components/tree/next/packages/notification",
  "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/*",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "files": [
    "dist",
    "package.json"
  ],
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "dependencies": {
    "@v-c/util": "^1.2.0"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "prepublish": "pnpm build",
    "bump": "bumpp --release patch"
  }
}