{
  "name": "vite-plugin-antdv-fix",
  "version": "1.0.3",
  "description": "",
  "main": "src/index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsup"
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moliyu/vite-plugin-antdv-fix.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/moliyu/vite-plugin-antdv-fix/issues"
  },
  "homepage": "https://github.com/moliyu/vite-plugin-antdv-fix#readme",
  "devDependencies": {
    "@types/node": "^18.7.14",
    "tsup": "^6.2.3",
    "typescript": "^4.8.2",
    "vite": "^3.0.9"
  }
}
