UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@oclif/config",
3 "description": "base config object and standard interfaces for oclif components",
4 "version": "1.3.55",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/oclif/config/issues",
7 "dependencies": {},
8 "devDependencies": {
9 "@oclif/errors": "^1.0.2",
10 "@oclif/parser": "^3.2.9",
11 "@oclif/tslint": "^1.0.2",
12 "@types/chai": "^4.1.2",
13 "@types/globby": "^6.1.0",
14 "@types/indent-string": "^3.0.0",
15 "@types/mocha": "^2.2.48",
16 "@types/node": "^9.4.6",
17 "@types/wrap-ansi": "^2.0.14",
18 "chai": "^4.1.2",
19 "concurrently": "^3.5.1",
20 "debug": "^3.1.0",
21 "fancy-test": "^1.0.1",
22 "globby": "^8.0.0",
23 "mocha": "^5.0.1",
24 "ts-node": "^4.1.0",
25 "tslint": "^5.9.1",
26 "typescript": "^2.7.2"
27 },
28 "engines": {
29 "node": ">=8.0.0"
30 },
31 "files": [
32 "/lib"
33 ],
34 "homepage": "https://github.com/oclif/config",
35 "keywords": [
36 "oclif"
37 ],
38 "license": "MIT",
39 "main": "lib/index.js",
40 "repository": "oclif/config",
41 "scripts": {
42 "build": "rm -rf lib && tsc",
43 "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
44 "posttest": "yarn run lint",
45 "prepublishOnly": "yarn run build",
46 "test": "mocha --forbid-only \"test/**/*.test.ts\""
47 },
48 "types": "lib/index.d.ts"
49}