UNPKG

anypoint-cli-v4

Version:

Display and interact with the Anypoint Platform from the command line.

118 lines (117 loc) 3.17 kB
{ "name": "anypoint-cli-v4", "version": "1.6.10", "description": "Display and interact with the Anypoint Platform from the command line.", "bin": { "anypoint-cli-v4": "./bin/run" }, "keywords": [ "oclif", "cli", "anypoint" ], "repository": "https://github.com/mulesoft/anypoint-cli-v4", "scripts": { "postpack": "rm -f oclif.manifest.json", "build": "rm -rf lib && tsc -b", "test": "XDG_CONFIG_HOME=. SPAWN_WRAP_SHIM_ROOT=. nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", "lint": "eslint src/**/**/*.js", "dev": "npm run build && oclif manifest && oclif readme" }, "author": "Mulesoft", "dependencies": { "@oclif/core": "1.26.1", "@oclif/plugin-autocomplete": "^2.1.0", "@oclif/plugin-help": "^5.1.12", "@oclif/plugin-not-found": "^2.3.1", "@oclif/plugin-plugins": "^2.1.0", "@oclif/plugin-version": "1.0.4", "anypoint-cli-account-plugin": "1.0.4", "anypoint-cli-api-mgr-plugin": "1.3.9", "anypoint-cli-cloudhub-plugin": "1.4.8", "anypoint-cli-command": "1.6.0", "anypoint-cli-datagraph-plugin": "1.0.4", "anypoint-cli-designcenter-plugin": "1.0.15", "anypoint-cli-exchange-plugin": "1.0.7", "anypoint-cli-governance-plugin": "1.0.12", "anypoint-cli-runtime-mgr-plugin": "1.0.3", "anypoint-cli-secrets-mgr-plugin": "1.0.2", "tslib": "^2.3.1" }, "overrides": { "braces": "3.0.3", "node-fetch": "2.6.8" }, "devDependencies": { "@oclif/test": "^2", "@types/chai": "^4.2.21", "@types/mocha": "^5.2.7", "@types/node": "^16.9.4", "chai": "^4.3.4", "eslint": "^5.16.0", "eslint-config-oclif": "^3.1.0", "eslint-config-oclif-typescript": "^0.1.0", "globby": "^10.0.2", "mocha": "^5.2.0", "nyc": "^15.1.0", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, "engines": { "node": ">=16.0.0" }, "files": [ "/bin", "/lib" ], "homepage": "https://docs.mulesoft.com/runtime-manager/anypoint-platform-cli", "license": "ISC", "main": "lib/index.js", "oclif": { "helpClass": "./lib/help", "commands": "./lib/commands", "bin": "anypoint-cli-v4", "additionalHelpFlags": [ "-h" ], "additionalVersionFlags": [ "-v" ], "plugins": [ "@oclif/plugin-plugins", "@oclif/plugin-not-found", "anypoint-cli-command", "@oclif/plugin-version", "@oclif/plugin-help", "anypoint-cli-account-plugin", "anypoint-cli-api-mgr-plugin", "anypoint-cli-cloudhub-plugin", "anypoint-cli-datagraph-plugin", "anypoint-cli-designcenter-plugin", "anypoint-cli-exchange-plugin", "anypoint-cli-runtime-mgr-plugin", "anypoint-cli-governance-plugin", "anypoint-cli-secrets-mgr-plugin", "@oclif/plugin-autocomplete" ], "topicSeparator": " " }, "nyc": { "check-coverage": true, "all": true, "include": [ "src/**/*.ts" ], "exclude": [ "src/_tests_/**/*.*" ], "reporter": [ "html", "lcov", "text", "text-summary" ], "report-dir": "coverage" }, "types": "lib/index.d.ts" }