home/package.json
Neeldhara Misra aa78b43c34
Some checks are pending
Build / build (push) Waiting to run
Create minimal blog homepage
2026-06-13 22:01:17 +02:00

9 lines
155 B
JSON

{
"name": "neeldhara-blog-home",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "node scripts/build.mjs"
}
}