{
  "name": "vite-plugin-mkcert",
  "version": "2.1.0",
  "description": "Provide certificates for vite's https dev service",
  "repository": {
    "type": "git",
    "url": "https://github.com/liuweiGL/vite-plugin-mkcert.git"
  },
  "keywords": [
    "vite-plugin",
    "certificate",
    "https",
    "mkcert"
  ],
  "author": "liuweigl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liuweiGL/vite-plugin-mkcert/issues"
  },
  "homepage": "https://github.com/liuweiGL/vite-plugin-mkcert#readme",
  "engines": {
    "node": ">=22.19.0"
  },
  "types": "./dist/index.d.cts",
  "module": "./dist/index.mjs",
  "main": "./dist/index.cjs",
  "files": [
    "plugin",
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "provenance": true
  },
  "scripts": {
    "test": "pnpm build && pnpm playground",
    "playground": "rimraf .mkcert && vite -c playground/vite.config.ts --clearScreen false",
    "build": " tsdown -c plugin/tsdown.config.ts",
    "lint": "tsc -p plugin/tsconfig.json --noEmit && biome lint --colors=force --fix --unsafe  \"plugin\" ",
    "release": "semantic-release"
  },
  "$schema": "https://raw.githubusercontent.com/vitejs/vite-plugin-registry/refs/heads/main/data/schema/extended-package-json.schema.json",
  "compatiblePackages": {
    "schemaVersion": 1,
    "vite": {
      "type": "compatible",
      "versions": ">=3"
    }
  },
  "dependencies": {
    "debug": "^4.4.3",
    "supports-color": "^10.2.2",
    "undici": "^8.3.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.16",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/debug": "^4.1.13",
    "@types/node": "^25.9.1",
    "rimraf": "^6.1.3",
    "semantic-release": "^25.0.3",
    "tsdown": "^0.22.1",
    "typescript": "^6.0.3",
    "vite": "^8.0.16"
  },
  "peerDependencies": {
    "vite": ">=3"
  }
}
