{
  "name": "@antdv-next/unocss",
  "type": "module",
  "version": "1.1.1",
  "description": "antd-unocss preset for Ant Design Vue Next",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antdv-next/antdv-next.git",
    "directory": "packages/unocss"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "unocss": ">=66.0.0"
  },
  "devDependencies": {
    "unocss": "^66.6.8"
  },
  "scripts": {
    "build": "tsdown",
    "prepublish": "pnpm build",
    "bump": "bumpp --commit \"chore(release): @antdv-next/unocss %s\" --push --tag \"@antdv-next/unocss@%s\""
  }
}