@zowe/cics-for-zowe-explorer-api
Version:
IBM CICS for Zowe Explorer API
58 lines • 1.78 kB
JSON
{
"name": "@zowe/cics-for-zowe-explorer-api",
"version": "6.11.0",
"author": "Zowe",
"license": "EPL-2.0",
"description": "IBM CICS for Zowe Explorer API",
"homepage": "https://github.com/zowe/cics-for-zowe-client/blob/main/packages/vsce-api/README.md",
"bugs": {
"url": "https://github.com/zowe/cics-for-zowe-client/issues"
},
"keywords": [
"zowe",
"api",
"cics"
],
"repository": {
"type": "git",
"url": "https://github.com/zowe/cics-for-zowe-client.git"
},
"main": "lib/index.js",
"files": [
"lib",
"NOTICE"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsc --pretty && npm run checkTestsCompile && npm run madge",
"checkTestsCompile": "echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ",
"madge": "madge -c lib",
"prebuild": "npm run clean && echo Using TypeScript && tsc --version",
"clean": "rimraf lib",
"watch": "tsc --pretty --watch",
"prepublishOnly": "npm run build",
"lint": "eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"",
"package": "npm pack --pack-destination=../../dist",
"test": "npm run test:unit && npm run test:system",
"test:system": "echo 'Nothing to system test'",
"test:unit": "jest --config unit.jest_config.ts",
"test:e2e": "echo 'Nothing to e2e test'",
"pretty": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\""
},
"dependencies": {
"@zowe/cics-for-zowe-sdk": "^6.11.0",
"compare-versions": "^6.1.1"
},
"peerDependencies": {
"@zowe/zowe-explorer-api": "^3.2.0"
},
"devDependencies": {
"@types/vscode": "~1.53.0",
"@vscode/vsce": "^2.32.0"
},
"engines": {
"node": ">=18.12.0"
}
}