{ "id": "browserify", "version": "2.0.15", "name": "Browserify (via npm)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/browserify", "description": "Browserify lets you require('modules') in the browser by bundling up all of your dependencies.", "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" ] }