UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@dxcli/dev-test",
3 "description": "test helpers for dxcli components",
4 "version": "0.5.0",
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.3",
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.3",
29 "@types/node": "^9.3.0",
30 "cross-env": "^5.1.3",
31 "eslint": "^4.16.0",
32 "eslint-config-dxcli": "^1.1.4",
33 "husky": "^0.14.3",
34 "mocha": "^5.0.0",
35 "nps": "^5.7.1",
36 "nps-utils": "^1.5.0",
37 "nyc": "^11.4.1",
38 "typescript": "^2.6.2"
39 },
40 "engines": {
41 "node": ">=8.0.0"
42 },
43 "files": [
44 "/lib"
45 ],
46 "homepage": "https://github.com/dxcli/dev-test",
47 "keywords": [
48 "dxcli"
49 ],
50 "license": "MIT",
51 "main": "lib/index.js",
52 "repository": "dxcli/dev-test",
53 "scripts": {
54 "commitmsg": "dxcli-dev-commitmsg",
55 "precommit": "nps lint",
56 "prepare": "nps build",
57 "test": "nps test"
58 },
59 "types": "lib/index.d.ts"
60}