{
  "name": "@oclif/test",
  "description": "test helpers for oclif components",
  "version": "4.1.18",
  "author": "Salesforce",
  "bugs": "https://github.com/oclif/test/issues",
  "dependencies": {
    "ansis": "^3.17.0",
    "debug": "^4.4.3"
  },
  "peerDependencies": {
    "@oclif/core": ">= 3.0.0"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^18.6.3",
    "@eslint/compat": "^1.4.1",
    "@oclif/core": "^4.10.3",
    "@oclif/prettier-config": "^0.2.1",
    "@types/chai": "^5.2.2",
    "@types/debug": "^4.1.13",
    "@types/mocha": "^10",
    "@types/node": "^18",
    "chai": "^5.3.3",
    "commitlint": "^18.6.1",
    "eslint": "^9.39.4",
    "eslint-config-oclif": "^6.0.154",
    "eslint-config-prettier": "^10.1.8",
    "husky": "^9.1.7",
    "lint-staged": "^15.5.2",
    "mocha": "^10",
    "prettier": "^3.8.1",
    "shx": "^0.4.0",
    "tsx": "^4.21.0",
    "typescript": "^5.7.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://github.com/oclif/test",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "oclif/test",
  "scripts": {
    "build": "shx rm -rf lib && tsc",
    "lint": "eslint",
    "posttest": "yarn lint",
    "prepare": "husky && yarn build",
    "prepublishOnly": "yarn run build",
    "pretest": "yarn build --noEmit && tsc -p test --noEmit",
    "test": "mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "lib/index.d.ts"
}
