UNPKG

1.4 kBJSONView Raw
1{
2 "name": "fancy-test",
3 "description": "extendable utilities for testing",
4 "version": "1.4.1",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/jdxcode/fancy-test/issues",
7 "dependencies": {
8 "@types/chai": "^4.1.4",
9 "@types/lodash": "^4.14.116",
10 "@types/mocha": "^5.2.5",
11 "@types/nock": "^9.3.0",
12 "@types/node": "^10.9.4",
13 "@types/sinon": "^5.0.2",
14 "lodash": "^4.17.11",
15 "mock-stdin": "^0.3.1",
16 "stdout-stderr": "^0.1.9"
17 },
18 "devDependencies": {
19 "@oclif/tslint": "^3.1.0",
20 "chai": "^4.1.2",
21 "chalk": "^2.4.1",
22 "http-call": "^5.2.2",
23 "markdown-toc": "^1.2.0",
24 "mocha": "^5.2.0",
25 "nock": "^9.6.1",
26 "sinon": "^6.3.2",
27 "ts-node": "^7.0.1",
28 "tslib": "^1.9.3",
29 "tslint": "^5.11.0",
30 "typescript": "^3.0.3"
31 },
32 "engines": {
33 "node": ">=8.0.0"
34 },
35 "files": [
36 "/lib"
37 ],
38 "homepage": "https://github.com/jdxcode/fancy-test",
39 "keywords": [
40 "mocha"
41 ],
42 "license": "MIT",
43 "main": "lib/index.js",
44 "repository": "jdxcode/fancy-test",
45 "scripts": {
46 "build": "rm -rf lib && tsc",
47 "lint": "tsc -p test --noEmit && tslint -p test -t stylish",
48 "posttest": "yarn run 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 },
53 "types": "lib/index.d.ts"
54}