chatapp-h5/package.json
2026-04-13 23:56:50 +08:00

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"
}
}