start on 4

This commit is contained in:
Seth Samuel 2025-04-05 09:27:51 +00:00
parent 3acbec3d91
commit 96ac812836
4 changed files with 523 additions and 0 deletions

15
4/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "3",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev":"nodemon index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"nodemon": "^3.1.9"
}
}