@ibm/ibmi-ci
Version:
IBM i CLI tool
34 lines (33 loc) • 813 B
JSON
{
"name": "@ibm/ibmi-ci",
"version": "0.2.7",
"description": "IBM i CLI tool",
"bin": {
"ici": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"test": "vitest",
"webpack:dev": "webpack --mode none --config ./webpack.config.js",
"webpack": "webpack --mode production --config ./webpack.config.js",
"local": "npm run webpack:dev && npm i -g",
"deploy": "npm run webpack && npm i && npm publish --access public"
},
"keywords": [
"ibmi"
],
"author": "IBM",
"license": "Apache 2",
"devDependencies": {
"ts-loader": "^9.4.4",
"typescript": "^4.8.4",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"node-ssh": "^13.1.0",
"octokit": "^3.1.2",
"yaml": "^2.3.4"
}
}