Add package.json

This commit is contained in:
2025-01-09 07:22:08 +00:00
parent ecd1ee77b6
commit 9d2744022c

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "test-static-site",
"version": "1.0.0",
"scripts": {
"build": "mkdir -p dist && cp index.html dist/"
}
}