{ "author": "Starfall (https://starfall.systems)", "license": "UNLICENSED", "private": true, "scripts": { "preinstall": "rm -rf _site", "install": "npx @11ty/eleventy", "test": "echo \"Error: no test specified\" && exit 1", "start": "npx @11ty/eleventy --serve" }, "devDependencies": { "@11ty/eleventy": "^2.0.1", "@iarna/toml": "^3.0.0" } }