{
  "name": "@vitejs/devtools-vitest",
  "type": "module",
  "version": "0.6.1",
  "description": "DevTools for Vitest",
  "author": "VoidZero Inc.",
  "license": "MIT",
  "homepage": "https://github.com/vitejs/devtools#readme",
  "repository": {
    "directory": "packages/vitest",
    "type": "git",
    "url": "git+https://github.com/vitejs/devtools.git"
  },
  "bugs": "https://github.com/vitejs/devtools/issues",
  "keywords": [
    "vitest",
    "devtools"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./dirs": "./dist/dirs.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "public"
  ],
  "peerDependencies": {
    "vitest": "*"
  },
  "peerDependenciesMeta": {
    "vitest": {
      "optional": true
    }
  },
  "dependencies": {
    "devframe": "^0.9.5",
    "local-pkg": "^1.2.1",
    "nostics": "^1.2.0",
    "nypm": "^0.6.9",
    "tinyglobby": "^0.2.17",
    "@vitejs/devtools-kit": "0.6.1"
  },
  "devDependencies": {
    "tsdown": "^0.22.14"
  },
  "scripts": {
    "build": "tsdown"
  }
}