UNPKG

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