{ "id": "javascript-node-mongo", "version": "5.0.0", "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 -bookworm or -bullseye variants on local arm64/Apple Silicon):", "proposals": [ "24-bookworm", "22-bookworm", "20-bookworm", "24-bullseye", "22-bullseye", "20-bullseye" ], "default": "24-bookworm" } }, "platforms": [ "Node.js", "JavaScript", "Mongo DB" ], "optionalPaths": [ ".github/*" ] }