1 | {
|
2 | "name": "@oclif/config",
|
3 | "description": "base config object and standard interfaces for oclif components",
|
4 | "version": "1.6.16",
|
5 | "author": "Jeff Dickey @jdxcode",
|
6 | "bugs": "https://github.com/oclif/config/issues",
|
7 | "dependencies": {
|
8 | "debug": "^3.1.0"
|
9 | },
|
10 | "devDependencies": {
|
11 | "@oclif/errors": "^1.0.6",
|
12 | "@oclif/parser": "^3.3.3",
|
13 | "@oclif/tslint": "^1.1.0",
|
14 | "@types/chai": "^4.1.3",
|
15 | "@types/globby": "^6.1.0",
|
16 | "@types/indent-string": "^3.0.0",
|
17 | "@types/lodash": "^4.14.108",
|
18 | "@types/mocha": "^5.2.0",
|
19 | "@types/node": "^9.6.8",
|
20 | "@types/wrap-ansi": "^3.0.0",
|
21 | "chai": "^4.1.2",
|
22 | "fancy-test": "^1.0.5",
|
23 | "globby": "^8.0.1",
|
24 | "lodash": "^4.17.10",
|
25 | "mocha": "^5.1.1",
|
26 | "ts-node": "^6.0.2",
|
27 | "tslint": "^5.9.1",
|
28 | "typescript": "^2.8.3"
|
29 | },
|
30 | "engines": {
|
31 | "node": ">=8.0.0"
|
32 | },
|
33 | "files": [
|
34 | "/lib"
|
35 | ],
|
36 | "homepage": "https://github.com/oclif/config",
|
37 | "keywords": [
|
38 | "oclif"
|
39 | ],
|
40 | "license": "MIT",
|
41 | "main": "lib/index.js",
|
42 | "repository": "oclif/config",
|
43 | "scripts": {
|
44 | "build": "rm -rf lib && tsc",
|
45 | "lint": "tsc -p test --noEmit && tslint -p test",
|
46 | "posttest": "yarn run lint",
|
47 | "prepack": "yarn run build",
|
48 | "test": "mocha --forbid-only \"test/**/*.test.ts\""
|
49 | },
|
50 | "types": "lib/index.d.ts"
|
51 | }
|