first commit

This commit is contained in:
2025-11-26 07:12:51 +00:00
commit 3e43db51d3
7 changed files with 98 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"name": "express",
"version": "1.0.0",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}