{ "name": "eleventy-template", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "npx @11ty/eleventy --serve", "build": "npx @11ty/eleventy" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "markdown-it": "^14.0.0", "markdown-it-anchor": "^8.6.7" } }