{ "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", "date-fns": "^4.1.0", "sass": "^1.97.3" } }