UNPKG

zowe-utils

Version:

z/OS : JCL submission and common ftp operations, for NodeJS developers (ZOWE).

45 lines 1.24 kB
{ "name": "zowe-utils", "version": "1.0.18", "description": "z/OS : JCL submission and common ftp operations, for NodeJS developers (ZOWE).", "repository": "https://github.com/chrishham/zowe-utils.git", "main": "lib/index.js", "scripts": { "start": "node lib/index.js", "test": "eslint . --fix && nyc --reporter=html --reporter=text mocha --timeout 300000 --slow 15000", "increment-version": "versiony package.json --patch && git add . && git commit -m \"new version\" && git push" }, "keywords": [ "z/os", "jcl", "mainframe", "submit", "JES", "ftp", "zowe" ], "author": "Christopher Chamaletsos", "license": "MIT", "dependencies": { "delay": "^5.0.0", "fs-extra": "^10.0.0", "glob": "^7.2.0", "glob-promise": "^4.2.2", "iconv-lite": "^0.6.3", "uuid-random": "^1.3.2" }, "devDependencies": { "chai": "^4.3.6", "chalk": "4", "dotenv": "^16.0.0", "eslint": "^8.8.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-standard": "^5.0.0", "mocha": "^9.2.0", "nyc": "^15.1.0", "sinon": "^13.0.1" } }