{ "id": "corepack", "version": "1.0.2", "name": "Corepack (via npm)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/corepack", "description": "Corepack is a zero-runtime-dependency Node.js script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/npm-package", "ghcr.io/devcontainers/features/node" ] }