{
  "name": "@sap-cloud-sdk/cli",
  "description": "CLI for the SAP Cloud SDK for JavaScript",
  "version": "0.1.12",
  "author": "SAP",
  "bin": {
    "sap-cloud-sdk": "./bin/run"
  },
  "bugs": "https://github.com/SAP/cloud-sdk-cli/issues",
  "dependencies": {
    "@oclif/command": "^1.5.19",
    "@oclif/config": "^1.14.0",
    "@oclif/parser": "^3.8.4",
    "@oclif/plugin-autocomplete": "^0.2.0",
    "@oclif/plugin-help": "^3.1.0",
    "@oclif/plugin-not-found": "^1.2.3",
    "@oclif/plugin-warn-if-update-available": "^1.7.0",
    "cli-ux": "^5.4.5",
    "execa": "^4.0.0",
    "fast-glob": "^3.2.2",
    "handlebars": "^4.7.3",
    "js-yaml": "^3.13.1",
    "listr": "^0.14.3",
    "rimraf": "^3.0.2",
    "tslib": "^2.0.0",
    "yargs": "15.4.1"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.22.2",
    "@types/fs-extra": "^9.0.1",
    "@types/jest": "^26.0.7",
    "@types/js-yaml": "^3.12.3",
    "@types/listr": "^0.14.2",
    "@types/node": ">=13.9.8",
    "@types/rimraf": "^3.0.0",
    "fs-extra": "^9.0.0",
    "globby": "^11.0.0",
    "jest": "^26.1.0",
    "jest-circus": "^26.3.0",
    "jest-extended": "^0.11.2",
    "prettier": "^2.0.2",
    "ts-jest": "^26.1.4",
    "ts-node": "^9.0.0",
    "tslint": "^6.1.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://developers.sap.com/topics/cloud-sdk.html",
  "keywords": [
    "sap-cloud-sdk",
    "cloud-sdk-cli",
    "sap-cloud-platform"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "warn-if-update-available": {
      "timeoutInDays": 7
    },
    "macos": {
      "identifier": "com.sap.cloud-sdk-cli"
    },
    "bin": "sap-cloud-sdk",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-autocomplete",
      "@oclif/plugin-not-found",
      "@oclif/plugin-warn-if-update-available"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SAP/cloud-sdk-cli"
  },
  "scripts": {
    "lint": "tslint -p . -t stylish && tslint -p test -t stylish && prettier -c \"**/*.ts\"",
    "lint:fix": "tslint -p . -t stylish --fix && tslint -p test -t stylish --fix && prettier --write \"**/*.ts\"",
    "prepack": "rimraf lib && tsc -b && cp -R src/templates lib/ && oclif-dev manifest && oclif-dev readme",
    "postpack": "rimraf oclif.manifest.json",
    "pretest": "npm run lint && tsc -b",
    "test": "jest --testNamePattern=\"^((?!\\[E2E\\]).)*$\"",
    "test:full": "tsc -b && jest --no-cache --runInBand",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "test:watch-debug": "node --inspect-brk node_modules/.bin/jest --watch --runInBand",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
