{
  "name": "@tapjs/run",
  "version": "4.0.2",
  "description": "Command-line interface for the node-tap runner",
  "tshy": {
    "dialects": [
      "esm"
    ],
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "bin": {
    "tap-run": "dist/esm/index.js"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "tshy",
    "postprepare": "rm -rf XXX",
    "pretest": "npm run prepare",
    "presnap": "npm run prepare",
    "test": "tap",
    "snap": "tap",
    "format": "prettier --write . --loglevel 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": {
    "@tapjs/after": "3.0.1",
    "@tapjs/before": "4.0.1",
    "@tapjs/config": "5.0.1",
    "@tapjs/processinfo": "^3.1.8",
    "@tapjs/reporter": "4.0.2",
    "@tapjs/spawn": "4.0.1",
    "@tapjs/stdin": "4.0.1",
    "@tapjs/test": "4.0.1",
    "c8": "^10.1.2",
    "chalk": "^5.3.0",
    "chokidar": "^3.6.0",
    "foreground-child": "^3.1.1",
    "glob": "^11.0.0",
    "minipass": "^7.0.4",
    "mkdirp": "^3.0.1",
    "opener": "^1.5.2",
    "pacote": "^18.0.6",
    "path-scurry": "^2.0.0",
    "resolve-import": "^2.0.0",
    "rimraf": "^6.0.0",
    "semver": "^7.6.0",
    "signal-exit": "^4.1.0",
    "tap-parser": "18.0.0",
    "tap-yaml": "4.0.0",
    "tcompare": "9.0.0",
    "trivial-deferred": "^2.0.0",
    "which": "^4.0.0"
  },
  "peerDependencies": {
    "@tapjs/core": "4.0.1"
  },
  "tap": {
    "typecheck": false,
    "coverage-map": "map.js"
  },
  "keywords": [
    "tapjs",
    "runner",
    "cli"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/tapjs.git"
  },
  "module": "./dist/esm/index.js",
  "engines": {
    "node": "20 || >=22"
  }
}
