UNPKG

@oclif/test

Version:

test helpers for oclif components

60 lines (59 loc) 1.49 kB
{ "name": "@oclif/test", "description": "test helpers for oclif components", "version": "4.1.13", "author": "Salesforce", "bugs": "https://github.com/oclif/test/issues", "dependencies": { "ansis": "^3.17.0", "debug": "^4.4.1" }, "peerDependencies": { "@oclif/core": ">= 3.0.0" }, "devDependencies": { "@commitlint/config-conventional": "^18.6.3", "@eslint/compat": "^1.2.8", "@oclif/core": "^4.3.0", "@oclif/prettier-config": "^0.2.1", "@types/chai": "^5.2.2", "@types/debug": "^4.1.12", "@types/mocha": "^10", "@types/node": "^18", "chai": "^5.2.0", "commitlint": "^18.6.1", "eslint": "^9.27.0", "eslint-config-oclif": "^6.0.56", "eslint-config-prettier": "^10.1.5", "husky": "^9.1.7", "lint-staged": "^15.5.2", "mocha": "^10", "prettier": "^3.5.3", "shx": "^0.4.0", "tsx": "^4.19.4", "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" }