summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5315dcc..041e0f6 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"author": "Tyler Murphy",
"license": "WTFPL",
"dependencies": {
- "express": "^4.18.2"
+ "express": "^4.18.2",
+ "sqlite3": "^5.1.4"
}
}