{
  "name": "@v-c/listy",
  "type": "module",
  "version": "1.1.0",
  "description": "",
  "license": "MIT",
  "homepage": "https://github.com/antdv-next/vue-components/tree/next/packages/listy",
  "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/portal": "^1.0.8",
    "@v-c/resize-observer": "^1.1.3",
    "@v-c/util": "^1.2.0",
    "@v-c/virtual-list": "^1.1.1"
  },
  "scripts": {
    "build": "vite build",
    "prepublish": "pnpm build",
    "test": "vitest run",
    "patch": "bumpp --release patch",
    "bump": "bumpp"
  }
}