UNPKG

1.96 kBJSONView Raw
1{
2 "name": "cli-ux",
3 "description": "cli IO utilities",
4 "version": "4.3.1",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/oclif/cli-ux/issues",
7 "dependencies": {
8 "@oclif/linewrap": "^1.0.0",
9 "@oclif/screen": "^1.0.2",
10 "ansi-styles": "^3.2.1",
11 "cardinal": "^2.0.0",
12 "chalk": "^2.4.1",
13 "clean-stack": "^1.3.0",
14 "extract-stack": "^1.0.0",
15 "fs-extra": "^6.0.1",
16 "hyperlinker": "^1.0.0",
17 "indent-string": "^3.2.0",
18 "lodash": "^4.17.10",
19 "password-prompt": "^1.0.6",
20 "semver": "^5.5.0",
21 "strip-ansi": "^4.0.0",
22 "supports-color": "^5.4.0",
23 "supports-hyperlinks": "^1.0.1"
24 },
25 "devDependencies": {
26 "@oclif/errors": "^1.1.1",
27 "@oclif/tslint": "^1.1.1",
28 "@types/ansi-styles": "^3.2.0",
29 "@types/chai": "^4.1.3",
30 "@types/clean-stack": "^1.3.0",
31 "@types/extract-stack": "^1.0.0",
32 "@types/fs-extra": "^5.0.2",
33 "@types/indent-string": "^3.0.0",
34 "@types/lodash": "^4.14.108",
35 "@types/mocha": "^5.2.0",
36 "@types/node": "^10.0.8",
37 "@types/semver": "^5.5.0",
38 "@types/strip-ansi": "^3.0.0",
39 "@types/supports-color": "^5.3.0",
40 "chai": "^4.1.2",
41 "concurrently": "^3.5.1",
42 "eslint": "^4.19.1",
43 "eslint-config-oclif": "^1.4.0",
44 "fancy-test": "^1.0.8",
45 "husky": "^0.14.3",
46 "mocha": "^5.1.1",
47 "ts-node": "^6.0.3",
48 "tslint": "^5.10.0",
49 "typescript": "^2.8.3"
50 },
51 "engines": {
52 "node": ">=8.0.0"
53 },
54 "files": [
55 "/lib"
56 ],
57 "homepage": "https://github.com/oclif/cli-ux",
58 "keywords": [
59 "oclif"
60 ],
61 "license": "MIT",
62 "main": "lib/index.js",
63 "repository": "oclif/cli-ux",
64 "scripts": {
65 "build": "rm -rf lib && tsc",
66 "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"",
67 "posttest": "yarn run lint",
68 "prepublishOnly": "yarn run build",
69 "test": "mocha --forbid-only \"test/**/*.test.ts\""
70 },
71 "types": "lib/index.d.ts"
72}