This commit is contained in:
Otang45
2023-08-18 21:49:32 +07:00
commit 4e25ea2698
33 changed files with 762978 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "muslim-api",
"version": "1.0.0",
"description": "Quran, Doa, Dzikir, Hadits Api",
"main": "index.js",
"scripts": {
"build": "npm install",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"keywords": [],
"author": "Otang45",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.0.1"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2"
}
}