{
  "name": "@jpapini/jest-config",
  "version": "1.8.1",
  "description": "Jest configuration and utilities for JavaScript and TypeScript projects.",
  "keywords": [
    "jpapini",
    "jest-config",
    "tools",
    "jest",
    "config",
    "testing",
    "swc"
  ],
  "homepage": "https://github.com/jpapini/shared-packages/tree/main/packages/jest-config#readme",
  "bugs": {
    "url": "https://github.com/jpapini/shared-packages/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jpapini/shared-packages.git",
    "directory": "packages/jest-config"
  },
  "license": "MIT",
  "author": "Julien Papini <julien.papini@gmail.com> (https://github.com/jpapini)",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@jest/types": "29.6.3",
    "@swc/core": "1.11.13",
    "@swc/jest": "0.2.37",
    "@swc/types": "0.1.20",
    "jest": "29.7.0",
    "npm-run-all2": "7.0.2",
    "ts-jest": "29.3.0",
    "typescript": "5.8.2"
  },
  "peerDependencies": {
    "@swc/core": "1",
    "@swc/jest": "0.2",
    "jest": "29",
    "ts-jest": "29"
  },
  "peerDependenciesMeta": {
    "@swc/core": {
      "optional": true
    },
    "@swc/jest": {
      "optional": true
    },
    "ts-jest": {
      "optional": true
    }
  },
  "engines": {
    "node": "22",
    "pnpm": "10"
  },
  "volta": {
    "node": "22.14.0",
    "pnpm": "10.7.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf .turbo dist node_modules/.cache",
    "reset": "pnpm run clean; rimraf node_modules",
    "typecheck": "tsc --noEmit --pretty",
    "build": "tsup"
  }
}