Initial working state

This commit is contained in:
2025-04-11 00:51:29 +02:00
commit 60149f73e2
7 changed files with 1955 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "dev",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.1.0",
"nodemon": "^3.1.9"
}
}