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