From a50ccedcaa774b6ad9a4a7d657329b03bd6b3f7f Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 21 Jan 2023 09:08:22 -0500 Subject: start backend --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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" } } -- cgit v1.2.3-freya