{ "id": "autoenv", "version": "1.0.6", "name": "Autoenv (via npm)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/autoenv", "description": "Autoenv is a tool which automatically reads and setups configuration from a . env file when you cd to a directory.", "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" ] }