UNPKG

1.72 kBJSONView Raw
1{
2 "name": "@anycli/config",
3 "description": "base config object and standard interfaces for anycli components",
4 "version": "0.2.3",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/anycli/config/issues",
7 "dependencies": {
8 "cli-ux": "^3.3.10",
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 "@anycli/tslint": "^0.2.0",
17 "@commitlint/cli": "^6.0.5",
18 "@commitlint/config-conventional": "^6.0.4",
19 "@dxcli/command": "^0.2.8",
20 "@dxcli/config": "^0.1.40",
21 "@heroku-cli/config-edit": "^1.0.4",
22 "@types/chai": "^4.1.2",
23 "@types/fs-extra": "^5.0.0",
24 "@types/load-json-file": "^2.0.7",
25 "@types/lodash": "^4.14.98",
26 "@types/mocha": "^2.2.47",
27 "@types/nock": "^9.1.2",
28 "@types/node": "^9.4.0",
29 "@types/node-notifier": "^0.0.28",
30 "@types/read-pkg": "^3.0.0",
31 "chai": "^4.1.2",
32 "eslint": "^4.16.0",
33 "eslint-config-anycli": "^1.3.0",
34 "fancy-test": "^0.6.4",
35 "husky": "^0.14.3",
36 "mocha": "^5.0.0",
37 "mocha-junit-reporter": "^1.17.0",
38 "nps": "^5.7.1",
39 "nps-utils": "^1.5.0",
40 "ts-node": "^4.1.0",
41 "typescript": "^2.7.1"
42 },
43 "engines": {
44 "node": ">=8.0.0"
45 },
46 "files": [
47 "/lib"
48 ],
49 "homepage": "https://github.com/anycli/config",
50 "keywords": [
51 "anycli"
52 ],
53 "license": "MIT",
54 "main": "lib/index.js",
55 "repository": "anycli/config",
56 "scripts": {
57 "commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
58 "precommit": "nps lint -l warn",
59 "prepublishOnly": "nps build",
60 "test": "nps test -l warn"
61 },
62 "types": "lib/index.d.ts"
63}