{ "version": "1.0.5", "variants": [ "20-bookworm", "18-bookworm", "20-bullseye", "18-bullseye", "20-buster", "18-buster" ], "build": { "latest": "20-bookworm", "rootDistro": "debian", "parent": "javascript-node", "architectures": { "20-bookworm": [ "linux/amd64", "linux/arm64" ], "18-bookworm": [ "linux/amd64", "linux/arm64" ], "20-bullseye": [ "linux/amd64", "linux/arm64" ], "18-bullseye": [ "linux/amd64", "linux/arm64" ], "20-buster": [ "linux/amd64" ], "18-buster": [ "linux/amd64" ] }, "tags": [ "typescript-node:${VERSION}-${VARIANT}" ], "variantTags": { "20-bookworm": [ "typescript-node:${VERSION}-20", "typescript-node:${VERSION}-bookworm" ], "18-bookworm": [ "typescript-node:${VERSION}-18" ], "20-bullseye": [ "typescript-node:${VERSION}-bullseye" ], "20-buster": [ "typescript-node:${VERSION}-buster" ] } }, "dependencies": { "image": "node:${VARIANT}", "imageLink": "https://hub.docker.com/_/node", "debian": [ { "cgIgnore": false, "name": "yarn" } ], "git": { "Oh My Zsh!": "/home/node/.oh-my-zsh", "nvm": "/usr/local/share/nvm" }, "npm": [ "eslint", "tslint-to-eslint-config", "typescript" ], "languages": { "Node.js": { "cgIgnore": true, "path": "/usr/local" }, "TypeScript": { "cgIgnore": true, "versionCommand": "tsc --version | grep -oE '[0-9]+\\.[0-9]+\\.[0-9]+'", "path": "/usr/local/share/npm-global", "downloadUrl": "https://www.typescriptlang.org/" } }, "other": { "git": {} } } }