10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"name": "haiyihy-public-site",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node ./scripts/build.mjs",
|
|
"new:landing": "node ./scripts/new-landing-page.mjs"
|
|
}
|
|
}
|