@broadcom/file-master-plus-for-zowe-cli
Version:
File Master Plus Plug-in for Zowe CLI
111 lines • 2.98 kB
JSON
{
"name": "@broadcom/file-master-plus-for-zowe-cli",
"version": "5.0.2",
"description": "File Master Plus Plug-in for Zowe CLI",
"author": "Broadcom",
"license": "SEE LICENSE IN LICENSE",
"repository": "",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"fmp",
"mainframe",
"CLI",
"zos",
"filemaster",
"filemasterplus"
],
"files": [
"lib"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"imperative": {
"configurationModule": "lib/imperative.js"
},
"scripts": {
"clean": "rimraf lib && rimraf coverage",
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
"prepublishOnly": "echo Look up for the output of prepublishOnly",
"prebuild": "npm run clean && npm run lint && echo Using TypeScript && tsc --version",
"build": "node scripts/updateLicense.js && tsc --pretty",
"test:system": "jest .*/__system__/.* --coverage false --runInBand",
"test:unit": "jest --coverage --testPathIgnorePatterns \".*/__system__/.*\"",
"coverage": "jest --coverage",
"watch": "npm run build -- --watch",
"watch:test": "jest --watch"
},
"dependencies": {},
"peerDependencies": {
"@zowe/imperative": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/node": "^12.12.24",
"@types/yargs": "^15.0.0",
"@zowe/imperative": "^5.3.3",
"jest": "^26.0.0",
"jest-cli": "^26.0.0",
"jest-environment-node": "^26.0.0",
"jest-environment-node-debug": "^2.0.0",
"jest-html-reporter": "^3.5.0",
"jest-junit": "^3.6.0",
"jest-stare": "^1.0.5",
"rimraf": "^2.7.1",
"ts-jest": "^26.3.0",
"ts-node": "^3.2.0",
"tslint": "^5.10.0",
"typescript": "^3.7.5"
},
"engines": {
"node": ">=8.0.0"
},
"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"
],
"collectCoverage": false,
"coverageReporters": [
"json",
"lcov",
"text",
"cobertura"
],
"coverageDirectory": "<rootDir>/__tests__/__results__/unit/coverage"
},
"jest-stare": {
"resultDir": "__tests__/__results__/unit/jest-stare",
"additionalResultsProcessors": [
"jest-junit",
"jest-html-reporter"
],
"coverageLink": "../coverage/lcov-report/index.html"
},
"jest-junit": {
"output": "__tests__/__results__/unit/junit/junit.xml"
},
"jest-html-reporter": {
"pageTitle": "Plugin Test Results",
"outputPath": "__tests__/__results__/unit/html/index.html",
"includeFailureMsg": true
}
}