Initial commit

This commit is contained in:
2024-05-25 21:36:14 +05:00
parent 464057700d
commit d20288cada
17 changed files with 37 additions and 13 deletions

5
package.json Normal file → Executable file
View File

@ -1,7 +1,6 @@
{
"name": "pills",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -14,5 +13,7 @@
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3"
}
},
"devDependencies": {},
"description": ""
}