{ "name": "@oclif/config", "description": "base config object and standard interfaces for oclif components", "version": "1.9.0", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/config/issues", "dependencies": { "debug": "^4.1.0", "tslib": "^1.9.3" }, "devDependencies": { "@oclif/errors": "^1.2.2", "@oclif/parser": "^3.6.2", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.1.6", "@types/globby": "^8.0.0", "@types/indent-string": "^3.0.0", "@types/lodash": "^4.14.117", "@types/mocha": "^5.2.5", "@types/node": "^10.11.7", "@types/wrap-ansi": "^3.0.0", "chai": "^4.2.0", "fancy-test": "^1.4.1", "globby": "^8.0.1", "lodash": "^4.17.11", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib" ], "homepage": "https://github.com/oclif/config", "keywords": [ "oclif" ], "license": "MIT", "main": "lib/index.js", "repository": "oclif/config", "scripts": { "build": "rm -rf lib && tsc", "lint": "tsc -p test --noEmit && tslint -p test", "posttest": "yarn run lint", "prepack": "yarn run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }