{ "name": "spelis-web", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "eleventy", "dev": "eleventy --serve", "autobuild": "eleventy --watch" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "@11ty/eleventy": "^3.1.2", "@11ty/eleventy-img": "^6.0.4", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "date-fns": "^4.1.0", "eleventy-plugin-og-image": "^4.2.1", "sass": "^1.97.3" } }