{
  "name": "@eggjs/tegg-vitest",
  "version": "3.87.0",
  "description": "Vitest adapter for tegg context injection",
  "keywords": [
    "egg",
    "tegg",
    "vitest",
    "test",
    "adapter"
  ],
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./runner": {
      "types": "./dist/runner.d.ts",
      "default": "./dist/runner.js"
    }
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "typings": "dist/index.d.ts",
  "scripts": {
    "clean": "tsc -b --clean",
    "tsc:pub": "ut run clean && tsc -p ./tsconfig.pub.json",
    "test": "node --eval \"process.exit(parseInt(process.versions.node) < 18 ? 0 : 1)\" || vitest run"
  },
  "author": "killagu <killa123@126.com>",
  "license": "MIT",
  "homepage": "https://github.com/eggjs/tegg",
  "bugs": {
    "url": "https://github.com/eggjs/tegg/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eggjs/tegg.git",
    "directory": "core/vitest"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "egg-mock": "^5.5.0"
  },
  "peerDependencies": {
    "vitest": "^1.6.0 || ^2.0.0 || ^3.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.2.4",
    "egg": "^3.9.1",
    "egg-tracer": "^2.0.0",
    "typescript": "^5.0.4",
    "vitest": "^1.6.0"
  },
  "gitHead": "8dbe37ff2122b6f440d2b72aa158d66fda1fb16a"
}
