summary refs log tree commit diff
path: root/package.json
blob: 722c7b8ef464b81d52012fe5e7ce89a28a776d8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "scripts": {
	"install": "npx @11ty/eleventy",
    "test": "echo \"Error: no test specified\" && exit 1",
	"start": "npx @11ty/eleventy --serve"
  },
  "author": "Starfall <us@starfall.systems> (https://starfall.systems)",
  "license": "UNLICENSED",
  "private": true,
  "devDependencies": {
    "@11ty/eleventy": "^2.0.1"
  }
}