UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@dxcli/engine",
3 "description": "main dxcli component",
4 "version": "0.1.19",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/dxcli/engine/issues",
7 "dependencies": {
8 "@dxcli/manifest-file": "^0.1.0",
9 "cli-ux": "^3.3.8",
10 "debug": "^3.1.0",
11 "fs-extra": "^5.0.0",
12 "globby": "^7.1.1",
13 "lodash": "^4.17.4"
14 },
15 "devDependencies": {
16 "@commitlint/cli": "^6.0.2",
17 "@commitlint/config-conventional": "^6.0.2",
18 "@dxcli/command": "^0.2.5",
19 "@dxcli/config": "^0.1.37",
20 "@dxcli/dev": "^2.0.16",
21 "@dxcli/not-found": "^0.1.3",
22 "@dxcli/nyc-config": "^0.0.4",
23 "@dxcli/semantic-release": "1",
24 "@dxcli/tslint": "^0.1.3",
25 "@dxcli/version": "^0.1.12",
26 "@types/fs-extra": "^5.0.0",
27 "@types/globby": "^6.1.0",
28 "chai": "^4.1.2",
29 "eslint": "^4.16.0",
30 "fancy-test": "^0.6.4",
31 "husky": "^0.14.3",
32 "mocha": "^5.0.0",
33 "mocha-junit-reporter": "^1.17.0",
34 "nps": "^5.7.1",
35 "nps-utils": "^1.5.0",
36 "ts-node": "^4.1.0",
37 "typescript": "^2.6.2"
38 },
39 "dxcli": {
40 "plugins": [
41 "@dxcli/version",
42 "@dxcli/not-found"
43 ]
44 },
45 "engines": {
46 "node": ">=8.0.0"
47 },
48 "files": [
49 "/lib"
50 ],
51 "homepage": "https://github.com/dxcli/engine",
52 "keywords": [
53 "dxcli"
54 ],
55 "license": "MIT",
56 "main": "lib/index.js",
57 "peerDependencies": {
58 "@dxcli/command": "^0.1.18",
59 "@dxcli/config": "^0.1.26"
60 },
61 "repository": "dxcli/engine",
62 "scripts": {
63 "commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
64 "precommit": "nps lint -l warn",
65 "prepublishOnly": "nps build",
66 "test": "nps test -l warn"
67 },
68 "types": "lib/index.d.ts"
69}