cli-ux
Version:
cli IO utilities
76 lines (75 loc) • 2.06 kB
JSON
{
"name": "cli-ux",
"description": "cli IO utilities",
"version": "4.8.0",
"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.1.1",
"chalk": "^2.4.1",
"clean-stack": "^1.3.0",
"extract-stack": "^1.0.0",
"fs-extra": "^7.0.0",
"hyperlinker": "^1.0.0",
"indent-string": "^3.2.0",
"is-wsl": "^1.1.0",
"lodash": "^4.17.10",
"password-prompt": "^1.0.7",
"semver": "^5.5.0",
"strip-ansi": "^4.0.0",
"supports-color": "^5.4.0",
"supports-hyperlinks": "^1.0.1"
},
"devDependencies": {
"@oclif/errors": "^1.1.2",
"@oclif/tslint": "^2.0.0",
"@types/ansi-styles": "^3.2.0",
"@types/chai": "^4.1.4",
"@types/chai-as-promised": "^7.1.0",
"@types/clean-stack": "^1.3.0",
"@types/extract-stack": "^1.0.0",
"@types/fs-extra": "^5.0.4",
"@types/indent-string": "^3.0.0",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"@types/semver": "^5.5.0",
"@types/strip-ansi": "^3.0.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"concurrently": "^3.6.1",
"eslint": "^5.3.0",
"eslint-config-oclif": "^2.0.0",
"fancy-test": "^1.2.0",
"husky": "^0.14.3",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"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"
}