UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

90 lines 2.64 kB
{ "name": "@zowe/cli", "version": "8.29.13", "zoweVersion": "v3.4.1", "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.29.13", "@zowe/imperative": "8.29.13", "@zowe/provisioning-for-zowe-sdk": "8.29.13", "@zowe/zos-console-for-zowe-sdk": "8.29.13", "@zowe/zos-files-for-zowe-sdk": "8.29.13", "@zowe/zos-jobs-for-zowe-sdk": "8.29.13", "@zowe/zos-logs-for-zowe-sdk": "8.29.13", "@zowe/zos-tso-for-zowe-sdk": "8.29.13", "@zowe/zos-uss-for-zowe-sdk": "8.29.13", "@zowe/zos-workflows-for-zowe-sdk": "8.29.13", "@zowe/zosmf-for-zowe-sdk": "8.29.13", "find-process": "^1.4.7", "lodash": "^4.17.23", "minimatch": "^9.0.5", "tar": "^7.5.7" }, "devDependencies": { "@types/diff": "^5.0.9", "@types/lodash": "^4.17.6", "@zowe/cli-test-utils": "8.29.13", "comment-json": "^4.2.3", "strip-ansi": "^6.0.1", "which": "^4.0.0" }, "optionalDependencies": { "@zowe/secrets-for-zowe-sdk": "8.29.4" }, "engines": { "node": ">=20.9.0" } }