UNPKG

1.47 kBJSONView Raw
1{
2 "name": "stdout-stderr",
3 "description": "mock stdout and stderr",
4 "version": "0.1.7",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/jdxcode/stdout-stderr/issues",
7 "dependencies": {
8 "strip-ansi": "^4.0.0"
9 },
10 "devDependencies": {
11 "@commitlint/cli": "^6.1.0",
12 "@commitlint/config-conventional": "^6.1.0",
13 "@dxcli/tslint": "^0.1.3",
14 "@types/chai": "^4.1.2",
15 "@types/lodash": "^4.14.100",
16 "@types/mocha": "^2.2.48",
17 "@types/nock": "^9.1.2",
18 "@types/node": "^9.4.0",
19 "@types/node-notifier": "^0.0.28",
20 "@types/read-pkg": "^3.0.0",
21 "@types/strip-ansi": "^3.0.0",
22 "chai": "^4.1.2",
23 "chalk": "^2.3.0",
24 "debug": "^3.1.0",
25 "eslint": "^4.17.0",
26 "eslint-config-dxcli": "^1.2.1",
27 "husky": "^0.14.3",
28 "mocha": "^5.0.0",
29 "mocha-junit-reporter": "^1.17.0",
30 "nps": "^5.7.1",
31 "nps-utils": "^1.5.0",
32 "ts-node": "^4.1.0",
33 "typedoc": "^0.10.0",
34 "typescript": "^2.7.1"
35 },
36 "engines": {
37 "node": ">=8.0.0"
38 },
39 "files": [
40 "/lib"
41 ],
42 "homepage": "https://github.com/jdxcode/stdout-stderr",
43 "keywords": [
44 "dxcli"
45 ],
46 "license": "MIT",
47 "main": "lib/index.js",
48 "repository": "jdxcode/stdout-stderr",
49 "scripts": {
50 "commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
51 "precommit": "nps lint -l warn",
52 "prepublishOnly": "nps build",
53 "test": "nps test -l warn"
54 },
55 "types": "lib/index.d.ts"
56}