{ "name": "boringcactus.com", "private": true, "version": "1.0.0", "description": "https://www.boringcactus.com", "scripts": { "build": "npx @11ty/eleventy", "serve": "npx @11ty/eleventy --serve" }, "keywords": [], "author": "", "type": "module", "license": "ISC", "devDependencies": { "@11ty/eleventy": "^3.0.0-beta.1", "@11ty/eleventy-plugin-rss": "^2.0.2", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", "prettier": "^3.3.3" } }