cli-ux
Version:
cli IO utilities
73 lines (72 loc) • 1.96 kB
JSON
{
"name": "cli-ux",
"description": "cli IO utilities",
"version": "4.3.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/cli-ux/issues",
"dependencies": {
"@oclif/linewrap": "^1.0.0",
"@oclif/screen": "^1.0.2",
"ansi-styles": "^3.2.1",
"cardinal": "^2.0.0",
"chalk": "^2.4.1",
"clean-stack": "^1.3.0",
"extract-stack": "^1.0.0",
"fs-extra": "^6.0.1",
"hyperlinker": "^1.0.0",
"indent-string": "^3.2.0",
"lodash": "^4.17.10",
"password-prompt": "^1.0.6",
"semver": "^5.5.0",
"strip-ansi": "^4.0.0",
"supports-color": "^5.4.0",
"supports-hyperlinks": "^1.0.1"
},
"devDependencies": {
"@oclif/errors": "^1.1.1",
"@oclif/tslint": "^1.1.1",
"@types/ansi-styles": "^3.2.0",
"@types/chai": "^4.1.3",
"@types/clean-stack": "^1.3.0",
"@types/extract-stack": "^1.0.0",
"@types/fs-extra": "^5.0.2",
"@types/indent-string": "^3.0.0",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.8",
"@types/semver": "^5.5.0",
"@types/strip-ansi": "^3.0.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"eslint": "^4.19.1",
"eslint-config-oclif": "^1.4.0",
"fancy-test": "^1.0.8",
"husky": "^0.14.3",
"mocha": "^5.1.1",
"ts-node": "^6.0.3",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/cli-ux",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "oclif/cli-ux",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/index.d.ts"
}