UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@dxcli/config",
3 "description": "base config object and standard interfaces for dxcli components",
4 "version": "0.1.38",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/dxcli/config/issues",
7 "dependencies": {
8 "cli-ux": "^3.3.8",
9 "debug": "^3.1.0",
10 "fs-extra": "^5.0.0",
11 "load-json-file": "^4.0.0",
12 "lodash": "^4.17.4",
13 "read-pkg": "^3.0.0"
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/engine": "^0.1.18",
22 "@dxcli/nyc-config": "^0.0.4",
23 "@dxcli/semantic-release": "1",
24 "@dxcli/tslint": "^0.1.3",
25 "@heroku-cli/config-edit": "^1.0.4",
26 "@types/fs-extra": "^5.0.0",
27 "@types/load-json-file": "^2.0.7",
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 "engines": {
40 "node": ">=8.0.0"
41 },
42 "files": [
43 "/lib"
44 ],
45 "homepage": "https://github.com/dxcli/config",
46 "keywords": [
47 "dxcli"
48 ],
49 "license": "MIT",
50 "main": "lib/index.js",
51 "repository": "dxcli/config",
52 "scripts": {
53 "commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
54 "precommit": "nps lint -l warn",
55 "prepublishOnly": "nps build",
56 "test": "nps test -l warn"
57 },
58 "types": "lib/index.d.ts"
59}