fancy-test
Version:
extendable utilities for testing
56 lines (55 loc) • 1.41 kB
JSON
{
"name": "fancy-test",
"description": "extendable utilities for testing",
"version": "3.0.16",
"author": "Salesforce",
"bugs": "https://github.com/oclif/fancy-test/issues",
"dependencies": {
"@types/chai": "*",
"@types/lodash": "*",
"@types/node": "*",
"@types/sinon": "*",
"sinon": "^16.1.3",
"lodash": "^4.17.13",
"mock-stdin": "^1.0.0",
"nock": "^13.5.4",
"stdout-stderr": "^0.1.9"
},
"devDependencies": {
"@types/mocha": "*",
"chai": "^4.4.1",
"chalk": "^4.1.0",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.7",
"http-call": "^5.2.3",
"markdown-toc": "^1.2.0",
"mocha": "^10.4.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/fancy-test",
"keywords": [
"mocha"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "oclif/fancy-test",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts",
"posttest": "yarn lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "markdown-toc -i README.md && git add README.md",
"pretest": "yarn build --noEmit && tsc -p test --noEmit"
},
"types": "lib/index.d.ts"
}