wso2-ei-cli
Version:
Minimist and stable wso2 integrator carbon app builder
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "wso2-ei-cli",
"version": "1.1.5",
"description": "Minimist and stable wso2 integrator carbon app builder",
"repository": {
"type": "git",
"url": "https://github.com/amamei/wso2-ei-cli.git"
},
"maintainers": [
"andrian.mamei@gmail.com"
],
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist"
},
"bin": {
"mi": "./dist/index.js",
"integrator": "./dist/index.js"
},
"keywords": [
"esb-cli",
"esb",
"carbon-app",
"car",
"integration",
"api",
"esb",
"wso2"
],
"author": "andrian.mamei@gmail.com",
"license": "ISC",
"dependencies": {
"archiver": "^5.0.0",
"minimist": "^1.2.5",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1"
}
}