{ "id": "brownie", "version": "2.0.18", "name": "Brownie (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/brownie", "description": "Brownie is a Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" }, "pythonVersion": { "default": "os-provided", "description": "Select the version to install.", "proposals": [ "os-provided" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package" ] }