{
  "name": "@barney-media/crap-typescript-vitest",
  "version": "0.5.2",
  "description": "Vitest integration for crap-typescript.",
  "license": "Apache-2.0",
  "author": "Fabian Barney (https://github.com/fabian-barney)",
  "keywords": [
    "crap",
    "crap-score",
    "cyclomatic-complexity",
    "code-coverage",
    "code-quality",
    "typescript",
    "vitest"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabian-barney/crap-typescript.git"
  },
  "homepage": "https://github.com/fabian-barney/crap-typescript",
  "bugs": {
    "url": "https://github.com/fabian-barney/crap-typescript/issues"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=22.13.0"
  },
  "dependencies": {
    "@barney-media/crap-typescript-core": "^0.5.2"
  },
  "peerDependencies": {
    "vitest": "^4.0.0"
  }
}
