{
  "name": "@sxzz/test-utils",
  "version": "0.5.2",
  "description": "Collection of common test utils.",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/sxzz/test-utils#readme",
  "bugs": {
    "url": "https://github.com/sxzz/test-utils/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/test-utils.git"
  },
  "author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
  "funding": "https://github.com/sponsors/sxzz",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "esbuild": ">=0.20.0",
    "rolldown": "*",
    "rollup": "^4.1.0",
    "vitest": "^2.0.0 || ^3.0.0-0"
  },
  "peerDependenciesMeta": {
    "esbuild": {
      "optional": true
    },
    "rolldown": {
      "optional": true
    },
    "rollup": {
      "optional": true
    }
  },
  "dependencies": {
    "tinyglobby": "^0.2.12",
    "unplugin-utils": "^0.2.4"
  },
  "devDependencies": {
    "@sxzz/eslint-config": "^6.0.1",
    "@sxzz/prettier-config": "^2.2.1",
    "@types/node": "^22.13.10",
    "bumpp": "^10.0.3",
    "esbuild": "^0.25.1",
    "eslint": "^9.22.0",
    "prettier": "^3.5.3",
    "rolldown": "^1.0.0-beta.3",
    "rollup": "^4.35.0",
    "tsdown": "^0.6.5",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2",
    "vitest": "^3.0.8"
  },
  "engines": {
    "node": ">=20.18.0"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "format": "prettier --cache --write .",
    "release": "bumpp && pnpm publish"
  }
}