UNPKG

webextension-store-meta

Version:

Get browser extension(webextension) item meta from Chrome Web Store and Firefox add-ons.

15 lines (12 loc) 534 B
{ "name": "Node.js", // "Officially" maintained node devcontainer image from Microsoft // https://github.com/devcontainers/templates/tree/main/src/javascript-node // https://mcr.microsoft.com/en-us/artifact/mar/devcontainers/javascript-node/tags "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers-extra/features/pnpm:2": {} }, "postCreateCommand": "npm install", }