{
    "id": "javascript-node-mongo",
    "version": "1.2.1",
    "name": "Node.js & Mongo DB",
    "description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint, and yarn in a container linked to a Mongo DB.",
    "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-mongo",
    "publisher": "Dev Container Spec Maintainers",
    "licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
    "options": {
        "imageVariant": {
            "type": "string",
            "description": "Node.js version (use -bullseye variants on local arm64/Apple Silicon):",
            "proposals": [
                "20",
                "18",
                "16",
                "20-bullseye",
                "18-bullseye",
                "16-bullseye",
                "20-buster",
                "18-buster",
                "16-buster"
            ],
            "default": "20"
        }
    },
    "platforms": [
        "Node.js",
        "JavaScript",
        "Mongo DB"
    ]
}