{
  "name": "brittle",
  "version": "4.0.2",
  "description": "A TAP test runner built for Bare runtime and Node.js",
  "main": "index.js",
  "bin": {
    "brittle": "advise.js",
    "brittle-make-test": "make-test.js",
    "brittle-bare": "brittle-bare.js",
    "brittle-node": "brittle-node.js"
  },
  "author": "David Mark Clements (@davidmarkclem)",
  "license": "Apache-2.0",
  "scripts": {
    "format": "prettier --write .",
    "lint": "prettier --check . && lunte",
    "test": "npm run test:node && npm run test:bare",
    "test:node": "node test/all.mjs",
    "test:bare": "bare test/all.mjs"
  },
  "files": [
    "index.js",
    "cmd.js",
    "lib/**.js"
  ],
  "dependencies": {
    "b4a": "^1.8.0",
    "bare-assert": "^1.2.0",
    "bare-buffer": "^3.6.0",
    "bare-channel": "^5.2.3",
    "bare-cov": "^1.2.1",
    "bare-fs": "^4.5.5",
    "bare-os": "^3.7.1",
    "bare-path": "^3.0.0",
    "bare-process": "^4.3.0",
    "bare-subprocess": "^5.2.2",
    "bare-url": "^2.3.2",
    "error-stack-parser": "^2.1.4",
    "globbie": "^1.0.3",
    "paparam": "^1.10.0",
    "same-object": "^1.0.2",
    "streamx": "^2.25.0",
    "test-tmp": "^1.4.0",
    "tmatch": "^5.0.0",
    "which-runtime": "^1.3.2"
  },
  "devDependencies": {
    "bare-events": "^2.8.2",
    "lunte": "^1.6.0",
    "prettier": "^3.8.1",
    "prettier-config-holepunch": "^2.0.0",
    "safety-catch": "^1.0.2"
  },
  "imports": {
    "assert": {
      "bare": "bare-assert",
      "default": "assert"
    },
    "child_process": {
      "bare": "bare-subprocess",
      "default": "child_process"
    },
    "fs": {
      "bare": "bare-fs",
      "default": "fs"
    },
    "os": {
      "bare": "bare-os",
      "default": "os"
    },
    "path": {
      "bare": "bare-path",
      "default": "path"
    },
    "process": {
      "bare": "bare-process",
      "default": "process"
    },
    "url": {
      "bare": "bare-url",
      "default": "url"
    },
    "events": {
      "bare": "bare-events",
      "default": "events"
    },
    "util": {
      "bare": "bare-utils",
      "default": "util"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/brittle.git"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/brittle/issues"
  },
  "homepage": "https://github.com/holepunchto/brittle#readme"
}
