diff options
author | grant-kun <[email protected]> | 2022-10-17 09:32:33 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-17 09:32:33 -0500 |
commit | 4ed519354d7cbeb80ca55dfd0f7fc177e34d4acb (patch) | |
tree | f49d8070cc80a0fc3d84f5714b9840638adffea0 /package.json | |
parent | 990900a85b982739ddc78892a16132b63ec4800f (diff) |
switching databases
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 1afa863..01bf261 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,8 @@ "utf8": "^3.0.0" }, "devDependencies": { - "emailjs-imap-client": "^3.1.0" + "emailjs-imap-client": "^3.1.0", + "sequelize": "^6.25.2", + "sqlite3": "^5.1.2" } } |