{ "author": "Starfall (https://starfall.systems)", "license": "UNLICENSED", "private": true, "scripts": { "install": "npx @11ty/eleventy", "test": "echo \"Error: no test specified\" && exit 1", "start": "npx @11ty/eleventy --serve --watch", "publish": "publish.sh" }, "devDependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", "@iarna/toml": "^3.0.0" } }