{ "name": "marcc.srht.site", "version": "1.0.0", "description": "My personal blog", "main": "index.js", "scripts": { "build": "npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,svg,liquid,woff2,ttf,njk,otf,asc", "run": "npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2,njk,ttf --serve" }, "keywords": [], "author": "Marc Coquand", "license": "ISC", "devDependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-plugin-rss": "^1.2.0" } }