Add package.json

This commit is contained in:
2026-04-19 19:11:58 +00:00
parent 4fa6ef34df
commit a48abd05c7

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "gitea-demo",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js"
}
}