blob: bcb1711eca0af08797fded19fdb8263c19f6c415 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"author": "Starfall <us@starfall.systems> (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"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@iarna/toml": "^3.0.0"
}
}
|