aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-17 09:32:33 -0500
committergrant-kun <[email protected]>2022-10-17 09:32:33 -0500
commit4ed519354d7cbeb80ca55dfd0f7fc177e34d4acb (patch)
treef49d8070cc80a0fc3d84f5714b9840638adffea0 /package.json
parent990900a85b982739ddc78892a16132b63ec4800f (diff)
switching databases
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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"
}
}