{ "name": "11ty-light-blog", "version": "1.0.0", "description": "", "main": ".eleventy.js", "scripts": { "develop": "npx eleventy --serve", "build": "NODE_ENV=production npx @11ty/eleventy" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@11ty/eleventy": "^2.0.1" }, "dependencies": { "@11ty/eleventy-plugin-rss": "^1.2.0", "dayjs": "^1.11.10", "glob": "^10.3.10", "sass": "^1.69.5" } }