Uploading the main structure

This commit is contained in:
2025-08-18 23:23:28 +03:00
commit e696f2f4cd
1011 changed files with 275020 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "prayingapi",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"pug": "^3.0.3",
"sass": "^1.90.0"
}
}