-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d869818
commit 3a1e5ab
Showing
22 changed files
with
1,926 additions
and
1,933 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
{} | ||
{ | ||
"name": "server", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"start": "nodemon index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"bcryptjs": "^2.4.3", | ||
"cors": "^2.8.5", | ||
"dotenv": "^8.2.0", | ||
"express": "^4.17.1", | ||
"google-auth-library": "^7.0.4", | ||
"googleapis": "^67.1.1", | ||
"handlebars": "^4.7.6", | ||
"jsonwebtoken": "^8.5.1", | ||
"mongoose": "^5.11.8", | ||
"node-cron": "^2.0.3", | ||
"nodemailer": "^6.4.17", | ||
"nodemon": "^2.0.6", | ||
"path": "^0.12.7", | ||
"validator": "^13.5.2" | ||
}, | ||
"description": "" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.