{
  "name": "vitery",
  "version": "0.0.0",
  "type": "module",
  "description": "Incredible Vite plugins, make Vite greater to achieve victory",
  "repository": "git+https://github.com/Viteryjs/vitery.git",
  "homepage": "https://github.com/Viteryjs/vitery/blob/main/packages/vitery",
  "author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
  "donate": {
    "recipients": [
      {
        "name": "unts",
        "platform": "opencollective",
        "address": "https://opencollective.com/unts",
        "weight": 60
      },
      {
        "name": "rxts",
        "platform": "opencollective",
        "address": "https://opencollective.com/rxts",
        "weight": 20
      },
      {
        "name": "1stG",
        "email": "i@1stg.me",
        "weight": 20,
        "platforms": [
          {
            "platform": "opencollective",
            "address": "https://opencollective.com/1stG"
          },
          {
            "platform": "patreon",
            "address": "https://www.patreon.com/1stG"
          }
        ]
      }
    ]
  },
  "funding": "https://opencollective.com/unts",
  "license": "MIT",
  "engines": {
    "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  },
  "main": "./lib/index.cjs",
  "files": [
    "lib"
  ],
  "dependencies": {
    "tslib": "^2.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "module": "./lib/index.js",
  "exports": {
    "types": "./lib/index.d.ts",
    "import": "./lib/index.js",
    "require": "./lib/index.cjs"
  },
  "types": "./lib/index.d.ts"
}