UNPKG

1.43 kBJSONView Raw
1{
2 "name": "fancy-test",
3 "description": "extendable utilities for testing",
4 "version": "2.0.2",
5 "author": "Salesforce",
6 "bugs": "https://github.com/oclif/fancy-test/issues",
7 "dependencies": {
8 "@types/chai": "*",
9 "@types/lodash": "*",
10 "@types/node": "*",
11 "@types/sinon": "*",
12 "lodash": "^4.17.13",
13 "mock-stdin": "^1.0.0",
14 "nock": "^13.0.0",
15 "stdout-stderr": "^0.1.9"
16 },
17 "devDependencies": {
18 "@types/mocha": "*",
19 "chai": "^4.2.0",
20 "chalk": "^4.1.0",
21 "eslint": "^7.3.1",
22 "eslint-config-oclif": "^3.1.0",
23 "eslint-config-oclif-typescript": "^0.2.0",
24 "http-call": "^5.2.3",
25 "markdown-toc": "^1.2.0",
26 "mocha": "^5.2.0",
27 "sinon": "^9.0.2",
28 "ts-node": "^9.0.0",
29 "tslib": "^2.0.0",
30 "typescript": "4.4.3"
31 },
32 "engines": {
33 "node": ">=12.0.0"
34 },
35 "files": [
36 "/lib"
37 ],
38 "homepage": "https://github.com/oclif/fancy-test",
39 "keywords": [
40 "mocha"
41 ],
42 "license": "MIT",
43 "main": "lib/index.js",
44 "repository": "oclif/fancy-test",
45 "scripts": {
46 "build": "rm -rf lib && tsc",
47 "lint": "eslint . --ext .ts --config .eslintrc",
48 "posttest": "yarn lint",
49 "prepublishOnly": "yarn run build",
50 "test": "mocha --forbid-only \"test/**/*.test.ts\"",
51 "version": "markdown-toc -i README.md && git add README.md",
52 "pretest": "yarn build --noEmit && tsc -p test --noEmit"
53 },
54 "types": "lib/index.d.ts"
55}
\No newline at end of file