{ "name": "volpe", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "pnpm exec eleventy", "dev": "pnpm exec eleventy --serve" }, "keywords": [], "author": "", "license": "GPL-3.0-only", "packageManager": "pnpm@10.28.0", "dependencies": { "@11ty/eleventy": "^3.1.2", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "markdown-it": "^14.1.0", "markdown-it-container": "^4.0.0", "markdown-it-footnote": "^4.0.0" } }