UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@dxcli/engine",
3 "description": "main dxcli component",
4 "version": "0.1.8",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/dxcli/engine/issues",
7 "dependencies": {
8 "@dxcli/command": "^0.1.16",
9 "@dxcli/config": "^0.1.24",
10 "@dxcli/loader": "^0.1.7",
11 "cli-ux": "^3.1.5",
12 "debug": "^3.1.0"
13 },
14 "devDependencies": {
15 "@dxcli/dev-nyc-config": "^0.0.3",
16 "@dxcli/dev-semantic-release": "^0.1.0",
17 "@dxcli/dev-tslint": "^0.0.15",
18 "@dxcli/not-found": "^0.1.1",
19 "@dxcli/version": "^0.1.5",
20 "@types/chai": "^4.1.2",
21 "@types/mocha": "^2.2.47",
22 "@types/nock": "^9.1.2",
23 "@types/node": "^9.3.0",
24 "@types/read-pkg": "^3.0.0",
25 "chai": "^4.1.2",
26 "eslint": "^4.16.0",
27 "eslint-config-dxcli": "^1.1.4",
28 "fancy-test": "^0.3.7",
29 "husky": "^0.14.3",
30 "mocha": "^5.0.0",
31 "mocha-junit-reporter": "^1.17.0",
32 "nps": "^5.7.1",
33 "nps-utils": "^1.5.0",
34 "nyc": "^11.4.1",
35 "ts-node": "^4.1.0",
36 "typescript": "^2.6.2"
37 },
38 "dxcli": {
39 "plugins": [
40 "@dxcli/version",
41 "@dxcli/not-found"
42 ]
43 },
44 "engines": {
45 "node": ">=8.0.0"
46 },
47 "files": [
48 "/lib"
49 ],
50 "homepage": "https://github.com/dxcli/engine",
51 "keywords": [
52 "dxcli"
53 ],
54 "license": "MIT",
55 "main": "lib/index.js",
56 "repository": "dxcli/engine",
57 "scripts": {
58 "commitmsg": "dxcli-dev-commitmsg",
59 "precommit": "nps lint",
60 "prepare": "nps build",
61 "test": "nps test"
62 },
63 "types": "lib/index.d.ts"
64}