diff options
| author | Bobby <[email protected]> | 2022-06-23 15:07:44 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-23 15:07:44 +0530 |
| commit | 2e0b8a471289f2e04286494a0a6333976b95e01a (patch) | |
| tree | 2fecab5129416fa8694140457eae6db6a8964882 /package.json | |
| parent | e743acd1cfc3a5c7a97279f6fa43af994cc6781d (diff) | |
| download | thatcomputerscientist-2e0b8a471289f2e04286494a0a6333976b95e01a.tar.xz thatcomputerscientist-2e0b8a471289f2e04286494a0a6333976b95e01a.zip | |
added cron job for connecting to the database
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 2ac6944c..d20de2f3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,9 @@ "jsonwebtoken": "^8.5.1", "md5": "^2.3.0", "mysql2": "^2.3.3", - "node-fetch": "^3.2.5" + "node-cron": "^3.0.1", + "node-fetch": "^3.2.5", + "uuid": "^8.3.2" }, "devDependencies": { "nodemon": "^2.0.16" |
