{
  "name": "@tapjs/test",
  "version": "4.4.5",
  "description": "the pluggable Test class for node-tap",
  "tshy": {
    "main": true,
    "exports": {
      ".": "./src/index.ts",
      "./generate-tap-test-class": "./src/build.mts",
      "./package.json": "./package.json",
      "./test-built": {
        "import": {
          "types": "./test-built/dist/esm/index.d.ts",
          "default": "./test-built/dist/esm/index.js"
        },
        "require": {
          "types": "./test-built/dist/commonjs/index.d.ts",
          "default": "./test-built/dist/commonjs/index.js"
        }
      },
      "./built": {
        "import": {
          "types": "./test-built/dist/esm/index.d.ts",
          "default": "./test-built/dist/esm/index.js"
        },
        "require": {
          "types": "./test-built/dist/commonjs/index.d.ts",
          "default": "./test-built/dist/commonjs/index.js"
        }
      }
    },
    "selfLink": false
  },
  "type": "module",
  "bin": {
    "generate-tap-test-class": "dist/esm/build.mjs"
  },
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    },
    "./generate-tap-test-class": {
      "import": {
        "types": "./dist/esm/build.d.mts",
        "default": "./dist/esm/build.mjs"
      }
    },
    "./package.json": "./package.json",
    "./test-built": {
      "import": {
        "types": "./test-built/dist/esm/index.d.ts",
        "default": "./test-built/dist/esm/index.js"
      },
      "require": {
        "types": "./test-built/dist/commonjs/index.d.ts",
        "default": "./test-built/dist/commonjs/index.js"
      }
    },
    "./built": {
      "import": {
        "types": "./test-built/dist/esm/index.d.ts",
        "default": "./test-built/dist/esm/index.js"
      },
      "require": {
        "types": "./test-built/dist/commonjs/index.d.ts",
        "default": "./test-built/dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist",
    "scripts",
    "test-built"
  ],
  "scripts": {
    "snap": "tap",
    "test": "tap",
    "prepare": "tshy",
    "pretest": "npm run prepare",
    "presnap": "npm run prepare",
    "format": "prettier --write . --log-level warn --ignore-path ../../.prettierignore --cache",
    "typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
  "license": "BlueOak-1.0.0",
  "dependencies": {
    "@isaacs/ts-node-temp-fork-for-pr-2009": "^10.9.7",
    "@tapjs/after": "3.3.7",
    "@tapjs/after-each": "4.3.7",
    "@tapjs/asserts": "4.3.7",
    "@tapjs/before": "4.3.7",
    "@tapjs/before-each": "4.3.7",
    "@tapjs/chdir": "3.3.7",
    "@tapjs/filter": "4.3.7",
    "@tapjs/fixture": "4.3.7",
    "@tapjs/intercept": "4.3.7",
    "@tapjs/mock": "4.4.5",
    "@tapjs/node-serialize": "4.3.7",
    "@tapjs/snapshot": "4.3.7",
    "@tapjs/spawn": "4.3.7",
    "@tapjs/stdin": "4.3.7",
    "@tapjs/typescript": "3.5.7",
    "@tapjs/worker": "4.3.7",
    "glob": "^13.0.2",
    "jackspeak": "^4.2.3",
    "mkdirp": "^3.0.0",
    "package-json-from-dist": "^1.0.0",
    "resolve-import": "^2.4.0",
    "rimraf": "^6.0.0",
    "sync-content": "^2.0.4",
    "tap-parser": "18.3.3",
    "tshy": "^3.3.2",
    "typescript": "5.9",
    "walk-up-path": "^4.0.0"
  },
  "peerDependencies": {
    "@tapjs/core": "4.5.5"
  },
  "tap": {
    "typecheck": false,
    "coverage-map": "map.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tapjs/tapjs.git",
    "path": "src/test"
  },
  "homepage": "https://github.com/tapjs/tapjs/src/test#readme",
  "bugs": {
    "url": "https://github.com/tapjs/tapjs/issues"
  },
  "keywords": [
    "tapjs plugin"
  ],
  "nx": {
    "implicitDependencies": [
      "!@tapjs/core",
      "!@tapjs/after",
      "!@tapjs/after-each",
      "!@tapjs/asserts",
      "!@tapjs/before",
      "!@tapjs/before-each",
      "!@tapjs/chdir",
      "!@tapjs/filter",
      "!@tapjs/fixture",
      "!@tapjs/intercept",
      "!@tapjs/mock",
      "!@tapjs/node-serialize",
      "!@tapjs/snapshot",
      "!@tapjs/spawn",
      "!@tapjs/stdin",
      "!@tapjs/typescript",
      "!@tapjs/worker"
    ]
  },
  "engines": {
    "node": "20 || >=22"
  }
}
