UNPKG

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