{
    "backend": {
    "yarn": "yarn install ",
    "node": "npm install ",
    "pip": "pip -m install "
    },
    "display": {
        "yarn": "Yarn",
        "node": "NPM",
        "pip":"PIP"
    }
}
