{
  "name": "vite-plugin-uni-polyfill",
  "type": "module",
  "version": "0.1.0",
  "packageManager": "pnpm@9.5.0",
  "description": "解决 UniApp 依赖版本与 Vue 主版本库差异导致其它库不可使用问题.",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/Ares-Chang",
  "homepage": "https://github.com/Ares-Chang/vite-plugin-uni-polyfill#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ares-Chang/vite-plugin-uni-polyfill.git"
  },
  "bugs": "https://github.com/Ares-Chang/vite-plugin-uni-polyfill/issues",
  "keywords": [
    "uni",
    "uniapp",
    "vueuse",
    "polyfill"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "play": "nr build && nr -C playground dev:mp-weixin",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "start": "esno src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.23.0",
    "@antfu/ni": "^0.22.0",
    "@antfu/utils": "^0.7.10",
    "@types/node": "^20.14.11",
    "bumpp": "^9.4.1",
    "eslint": "^9.7.0",
    "esno": "^4.7.0",
    "lint-staged": "^15.2.7",
    "pnpm": "^9.5.0",
    "simple-git-hooks": "^2.11.1",
    "typescript": "^5.5.3",
    "unbuild": "^2.0.0",
    "vite": "^5.3.4",
    "vitest": "^2.0.3"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  }
}
