Initial commit

This commit is contained in:
2024-09-15 10:58:45 +00:00
commit 76e30eebb2
9 changed files with 254 additions and 0 deletions

12
app/package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}