UNPKG

1.41 kBJSONView Raw
1{
2 "name": "fancy-test",
3 "description": "extendable utilities for testing",
4 "version": "3.0.14",
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 "sinon": "^16.1.3",
13 "lodash": "^4.17.13",
14 "mock-stdin": "^1.0.0",
15 "nock": "^13.5.4",
16 "stdout-stderr": "^0.1.9"
17 },
18 "devDependencies": {
19 "@types/mocha": "*",
20 "chai": "^4.4.1",
21 "chalk": "^4.1.0",
22 "eslint": "^8.57.0",
23 "eslint-config-oclif": "^5.1.1",
24 "eslint-config-oclif-typescript": "^3.1.2",
25 "http-call": "^5.2.3",
26 "markdown-toc": "^1.2.0",
27 "mocha": "^10.2.0",
28 "ts-node": "^10.9.2",
29 "tslib": "^2.6.2",
30 "typescript": "^5"
31 },
32 "engines": {
33 "node": ">=18.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",
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}