{
    "name": "check-sap-cloud-readiness",
    "version": "0.0.8",
    "description": "Tool to check whether all required tools has been installed for CAP development",
    "main": "index.js",
    "scripts": {
        "start": "node index.js",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "bin": {
        "check-sap-cap-readiness": "index.js"
    },
    "keywords": [
        "sap",
        "sapcloudplatform",
        "cloudfoundry",
        "environmentcheck"
    ],
    "author": "SAP",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/IObert/check-sap-cloud-readiness/issues"
    },
    "homepage": "https://github.com/IObert/check-sap-cloud-readiness#readme",
    "dependencies": {
        "chalk": "^4.1.0",
        "cli-table3": "^0.6.0",
        "compare-versions": "^3.6.0",
        "terminal-link": "^2.1.1"
    }
}
