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