{
  "name": "borp",
  "version": "1.0.0",
  "type": "module",
  "description": "node:test wrapper with TypeScript support via type stripping",
  "main": "borp.js",
  "bin": {
    "borp": "borp.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mcollina/borp"
  },
  "engines": {
    "node": ">=22.6.0"
  },
  "scripts": {
    "clean": "rm -rf fixtures/*/dist .test-*",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "unit": "node borp.js --ignore \"fixtures/**/*\" -C --coverage-exclude \"fixtures/**/*\" --coverage-exclude \"test*/**/*\"",
    "test": "npm run clean ; npm run lint && npm run unit"
  },
  "keywords": [],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "pre-commit": [
    "lint"
  ],
  "devDependencies": {
    "@fastify/pre-commit": "^2.2.0",
    "@matteo.collina/tspl": "^0.1.0",
    "@reporters/silent": "^1.2.4",
    "@sinonjs/fake-timers": "^14.0.0",
    "@types/node": "^24.0.14",
    "desm": "^1.3.0",
    "semver": "^7.6.3",
    "eslint": "^9.9.1",
    "neostandard": "^0.11.0",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "@reporters/github": "^1.5.4",
    "c8": "^10.0.0",
    "execa": "^9.3.0",
    "find-up": "^7.0.0",
    "glob": "^10.3.10",
    "yaml": "^2.5.1"
  }
}
