This commit is contained in:
2025-02-23 23:20:37 -05:00
commit bcade66f5d
5 changed files with 2177 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "summercamp-p6",
"version": "1.0.0",
"description": "",
"main": "supermarketServer.js",
"dependencies": {
"dotenv": "^16.0.0",
"ejs": "3.1.9",
"express": "4.18.2",
"http": "0.0.1-security",
"two.js": "latest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.0.2"
}
}