{
  "name": "@broadcom/caview-for-zowe-cli",
  "version": "2.0.3",
  "description": "OM View™ Plug-in for Zowe™ CLI.",
  "author": "Broadcom",
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "Broadcom",
    "view",
    "output",
    "management",
    "zowe",
    "cli",
    "plugin"
  ],
  "repository": "",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "imperative": {
    "configurationModule": "lib/imperative.js"
  },
  "peerDependencies": {
    "@zowe/imperative": "^5.0.0"
  },
  "dependencies": {
    "date-fns": "2.28.0"
  },
  "devDependencies": {
    "@types/fs-extra": "8.1.2",
    "@types/jest": "27.5.2",
    "@types/node": "ts4.4",
    "@types/yargs": "8.0.2",
    "@zowe/cli": "^7.29.21",
    "@zowe/imperative": "^5.27.14",
    "env-cmd": "8.0.2",
    "fs-extra": "5.0.0",
    "jest": "27.5.1",
    "jest-cli": "27.5.1",
    "jest-environment-node": "27.5.1",
    "jest-environment-node-debug": "2.0.0",
    "jest-html-reporter": "3.4.2",
    "jest-junit": "13.2.0",
    "jest-stare": "2.5.2",
    "node-vault": "0.10.5",
    "rimraf": "2.7.1",
    "ts-jest": "27.1.4",
    "ts-node": "3.3.0",
    "tslint": "5.20.1",
    "typedoc": "0.22.15",
    "typescript": "~4.4.0",
    "uuid": "3.4.0"
  },
  "jest-stare": {
    "resultDir": "__tests__/__results__/jest-stare",
    "additionalResultsProcessors": [
      "jest-junit",
      "jest-html-reporter"
    ],
    "coverageLink": "../coverage/lcov-report/index.html"
  },
  "jest-html-reporter": {
    "pageTitle": "Test Results",
    "outputPath": "__tests__/__results__/results.html",
    "includeFailureMsg": true
  },
  "scripts": {
    "clean": "rimraf lib && rimraf __tests__/__results__",
    "build": "node scripts/updateLicense.js && tsc --pretty",
    "test": "npm run test:unit && npm run test:integration && npm run test:system",
    "test:unit": "env-cmd __tests__/__resources__/env/unit.env jest --config jest.config.unit.js",
    "test:integration": "env-cmd __tests__/__resources__/env/integration.env jest --config jest.config.integration.js --runInBand",
    "test:system": "env-cmd __tests__/__resources__/env/system.env jest --config jest.config.system.js --runInBand",
    "installPlugin": "npm ci && npm run clean && npm run build && zowe plugins install .",
    "checkTestsCompile": "echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ",
    "prebuild": "npm run clean && npm run lint && echo -n 'Using TypeScript ' && tsc --version",
    "watch": "tsc --pretty --watch",
    "prepublishOnly": "echo Look up for the output of prepublishOnly",
    "lint": "tslint \"src/**/*.ts\""
  }
}