{
  "name": "@ibm/znetview65-base",
  "version": "1.0.0",
  "description": "IBM Z NetView v6.5 Base plugin for Zowe CLI",
  "license": "See LICENSE file",
  "keywords": [
    "zowe",
    "cli",
    "netview",
    "IBM Z NetView",
    "nv",
    "NetView"
  ],
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "node scripts/updateLicense.js && tsc --pretty && yarn run checkTestsCompile && madge -c lib",
    "checkTestsCompile": "echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ",
    "prebuild": "yarn run clean && yarn run lint && echo Using TypeScript && tsc --version",
    "buildRelease": "yarn version --patch && yarn run build",
    "buildPrerelease": "yarn version --prerelease --preid=brc && yarn run build",
    "clean": "rimraf lib",
    "watch": "tsc --pretty --watch",
    "prepublishOnly": "yarn version --patch && yarn run build",
    "lint": "tslint \"src/**/*.ts\"",
    "test1": "yarn run test:unit && yarn run test:integration && yarn run test:system",
    "test": "yarn run test:unit && yarn run test:integration",
    "test:system": "env-cmd -f __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false",
    "test:integration": "env-cmd -f __tests__/__resources__/env/integration.env jest .*/__integration__/.* --coverage false",
    "test:unit": "env-cmd -f __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__|__integration__/.*\"",
    "installPlugin": "zowe plugins install ."
  },
  "imperative": {
    "configurationModule": "lib/imperative.js"
  },
  "peerDependencies": {
    "@zowe/imperative": "^5.7.5"
  },
  "devDependencies": {
    "@types/diff": "^4.0.2",
    "@types/fs-extra": "^9.0.11",
    "@types/jest": "^23.3.14",
    "@types/node": "^14.17.3",
    "@types/yargs": "^17.0.2",
    "@zowe/cli": "^6.36.1",
    "@zowe/imperative": "^5.7.5",
    "env-cmd": "^10.1.0",
    "fs-extra": "^9.1.0",
    "glob": "^7.1.7",
    "gulp": "^4.0.2",
    "gulp-clean": "^0.4.0",
    "gulp-filenames": "^4.0.1",
    "gulp-terser": "^2.0.1",
    "gulp-zip": "^5.1.0",
    "jest": "^29.0.0",
    "jest-cli": "^27.3.0",
    "jest-environment-node": "^27.3.0",
    "jest-environment-node-debug": "^2.0.0",
    "jest-html-reporter": "^3.4.0",
    "jest-junit": "^12.2.0",
    "jest-stare": "^2.2.2",
    "madge": "^4.0.2",
    "rimraf": "^3.0.2",
    "shebang-regex": "^3.0.0",
    "ts-jest": "^29.0.3",
    "ts-node": "^9.1.1",
    "tslint": "^5.20.1",
    "typedoc": "^0.23.16",
    "typescript": "^4.2.0",
    "uuid": "^7.0.3",
    "uuidv4": "^6.2.11"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "__tests__/__snapshots__/"
    ],
    "testResultsProcessor": "jest-stare",
    "transform": {
      ".(ts)": "ts-jest"
    },
    "testRegex": "(test|spec)\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/__results__"
    ],
    "testEnvironment": "node",
    "collectCoverageFrom": [
      "src/**/*.ts",
      "!**/__tests__/**",
      "!**/index.ts",
      "!**/main.ts"
    ],
    "collectCoverage": false,
    "coverageReporters": [
      "json",
      "lcov",
      "text",
      "cobertura"
    ],
    "coverageDirectory": "<rootDir>/__tests__/__results__/unit/coverage"
  },
  "jest-stare": {
    "resultDir": "__tests__/__results__/jest-stare",
    "additionalResultsProcessors": [
      "jest-junit",
      "jest-html-reporter"
    ],
    "coverageLink": "../coverage/lcov-report/index.html"
  },
  "jest-junit": {
    "output": "__tests__/__results__/junit.xml"
  },
  "jest-html-reporter": {
    "pageTitle": "Zowe CLI Sample Plugin Test Results",
    "outputPath": "__tests__/__results__/results.html",
    "includeFailureMsg": true
  },
  "author": "IBM Z NetView",
  "dependencies": {
    "gulp-rename": "^2.0.0"
  }
}
