{
    "name": "ui5-nwabap-deployer-cli",
    "version": "2.2.0",
    "description": "Deploying UI5 sources to a SAP NetWeaver ABAP system using CLI",
    "author": {
        "name": "Florian Pfeffer",
        "email": "florian.pfeffer@outlook.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/pfefferf/ui5-nwabap-deployer.git"
    },
    "bugs": {
        "url": "https://github.com/pfefferf/ui5-nwabap-deployer/issues"
    },
    "license": "Apache-2.0",
    "licenses": [
        {
            "type": "Apache-2.0",
            "url": "https://github.com/pfefferf/ui5-nwabap-deployer/blob/master/LICENSE"
        }
    ],
    "engines": {
        "node": ">= 12",
        "npm": ">= 7"
    },
    "bin": {
        "ui5-deployer": "./bin/cli.js"
    },
    "directories": {
        "bin": "./bin",
        "lib": "./lib"
    },
    "scripts": { },
    "dependencies": {
        "glob": "^7.1.6",
        "ui5-nwabap-deployer-core": "^2.2.0",
        "winston": "^3.3.3",
        "yargs": "^16.2.0"
    },
    "keywords": [
        "UI5",
        "SAPUI5",
        "OpenUI5",
        "CLI",
        "ui5-deployer",
        "SAP",
        "NetWeaver",
        "ABAP"
    ]
}
