number3 complete

This commit is contained in:
Seth Samuel 2025-04-05 08:49:28 +00:00
parent a9b09b06ac
commit 047ecbd685
7 changed files with 413 additions and 0 deletions

15
3/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"
}
}