UNPKG

1.51 kBJSONView Raw
1{
2 "name": "@dxcli/dev-test",
3 "description": "test helpers for dxcli components",
4 "version": "0.6.1",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/dxcli/dev-test/issues",
7 "dependencies": {
8 "@dxcli/dev-nyc-config": "^0.0.3",
9 "@dxcli/engine": "^0.1.5",
10 "@types/ansi-styles": "^2.0.30",
11 "@types/chai": "^4.1.1",
12 "@types/chai-as-promised": "^7.1.0",
13 "@types/lodash": "^4.14.93",
14 "@types/mocha": "^2.2.46",
15 "@types/read-pkg": "^3.0.0",
16 "@types/strip-ansi": "^3.0.0",
17 "chai": "^4.1.2",
18 "chai-as-promised": "^7.1.1",
19 "lodash": "^4.17.4",
20 "mocha-junit-reporter": "^1.16.0",
21 "std-mocks": "^1.0.1",
22 "strip-ansi": "^4.0.0",
23 "ts-node": "^4.1.0"
24 },
25 "devDependencies": {
26 "@dxcli/dev-semantic-release": "^0.0.3",
27 "@dxcli/dev-tslint": "^0.0.15",
28 "@dxcli/version": "^0.1.4",
29 "@types/node": "^9.3.0",
30 "eslint": "^4.16.0",
31 "eslint-config-dxcli": "^1.1.4",
32 "husky": "^0.14.3",
33 "mocha": "^5.0.0",
34 "nps": "^5.7.1",
35 "nps-utils": "^1.5.0",
36 "nyc": "^11.4.1",
37 "typescript": "^2.6.2"
38 },
39 "engines": {
40 "node": ">=8.0.0"
41 },
42 "files": [
43 "/lib"
44 ],
45 "homepage": "https://github.com/dxcli/dev-test",
46 "keywords": [
47 "dxcli"
48 ],
49 "license": "MIT",
50 "main": "lib/index.js",
51 "repository": "dxcli/dev-test",
52 "scripts": {
53 "commitmsg": "dxcli-dev-commitmsg",
54 "precommit": "nps lint",
55 "prepare": "nps build",
56 "test": "nps test"
57 },
58 "types": "lib/index.d.ts"
59}