fancy-test
Version:
extendable utilities for testing
55 lines • 1.43 kB
JSON
{
"name": "fancy-test",
"description": "extendable utilities for testing",
"version": "2.0.42",
"author": "Salesforce",
"bugs": "https://github.com/oclif/fancy-test/issues",
"dependencies": {
"@types/chai": "*",
"@types/lodash": "*",
"@types/node": "*",
"@types/sinon": "*",
"lodash": "^4.17.13",
"mock-stdin": "^1.0.0",
"nock": "^13.3.3",
"stdout-stderr": "^0.1.9"
},
"devDependencies": {
"@types/mocha": "*",
"chai": "^4.3.8",
"chalk": "^4.1.0",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"http-call": "^5.2.3",
"markdown-toc": "^1.2.0",
"mocha": "^5.2.0",
"sinon": "^9.0.2",
"ts-node": "^9.0.0",
"tslib": "^2.6.2",
"typescript": "4.4.3"
},
"engines": {
"node": ">=12.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 --config .eslintrc",
"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"
}