blob: f37a9b48eade4c15f6439dda86a6204b10d50c2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "ericzou-dev",
"private": true,
"type": "module",
"description": "Static site. The scripts below drive the blog; the site itself has no dependencies and no build framework.",
"scripts": {
"write": "node _writing/serve.mjs",
"blog": "node _writing/build.mjs",
"preview": "node _writing/build.mjs --drafts"
}
}
|