@zowe/cli
Version:
Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.
91 lines • 2.65 kB
JSON
{
"name": "@zowe/cli",
"version": "8.26.0",
"zoweVersion": "v3.2.0",
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
"author": "Zowe",
"license": "EPL-2.0",
"homepage": "https://github.com/zowe/zowe-cli/tree/master/packages/cli#readme",
"bugs": {
"url": "https://github.com/zowe/zowe-cli/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zowe/zowe-cli.git"
},
"bin": {
"zowe": "./lib/main.js"
},
"keywords": [
"zosmf",
"mainframe",
"CLI",
"zos",
"z/OSMF",
"mvs",
"os390",
"z/OS",
"zowe"
],
"files": [
"lib",
"prebuilds",
"scripts",
"npm-shrinkwrap.json",
"web-help-logo.png"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"imperative": {
"configurationModule": "lib/imperative.js"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"postinstall": "node ./scripts/validatePlugins && node ./scripts/printSuccessMessage",
"build": "tsc --pretty",
"watch": "tsc --pretty --watch",
"clean": "rimraf lib",
"lint": "eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"",
"lint:packages": "eslint \"src/**/*.ts\" --ignore-pattern \"**/__tests__/**/*.ts\"",
"lint:tests": "eslint \"**/__tests__/**/*.ts\"",
"circularDependencyCheck": "madge -c lib",
"typedoc": "typedoc --options ./typedoc.json ./src/",
"typedocSpecifySrc": "typedoc --options ./typedoc.json",
"prepublishOnly": "bash ../../scripts/bundleDaemon.sh",
"preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "8.26.0",
"@zowe/imperative": "8.26.0",
"@zowe/provisioning-for-zowe-sdk": "8.26.0",
"@zowe/zos-console-for-zowe-sdk": "8.26.0",
"@zowe/zos-files-for-zowe-sdk": "8.26.0",
"@zowe/zos-jobs-for-zowe-sdk": "8.26.0",
"@zowe/zos-logs-for-zowe-sdk": "8.26.0",
"@zowe/zos-tso-for-zowe-sdk": "8.26.0",
"@zowe/zos-uss-for-zowe-sdk": "8.26.0",
"@zowe/zos-workflows-for-zowe-sdk": "8.26.0",
"@zowe/zosmf-for-zowe-sdk": "8.26.0",
"find-process": "1.4.7",
"lodash": "4.17.21",
"minimatch": "9.0.5",
"tar": "6.2.1"
},
"devDependencies": {
"@types/diff": "^5.0.9",
"@types/lodash": "^4.17.6",
"@types/tar": "^6.1.11",
"@zowe/cli-test-utils": "8.26.0",
"comment-json": "^4.2.3",
"strip-ansi": "^6.0.1",
"which": "^4.0.0"
},
"optionalDependencies": {
"@zowe/secrets-for-zowe-sdk": "8.24.2"
},
"engines": {
"node": ">=18.12.0"
}
}