summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-21 09:08:22 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-21 09:08:22 -0500
commita50ccedcaa774b6ad9a4a7d657329b03bd6b3f7f (patch)
tree21e46d7f0dd4c44605746b4d39b1b00e81c49adc /package.json
parentmore shit (diff)
downloadxssbook-a50ccedcaa774b6ad9a4a7d657329b03bd6b3f7f.tar.gz
xssbook-a50ccedcaa774b6ad9a4a7d657329b03bd6b3f7f.tar.bz2
xssbook-a50ccedcaa774b6ad9a4a7d657329b03bd6b3f7f.zip
start backend
Diffstat (limited to '')
-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"
}
}