aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-21 05:23:57 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-21 05:23:57 -0400
commit43dd8bfbe19446ae26b703dfafe2de1788a72449 (patch)
tree18c6de9c4f8585e810d5e1aaf3eb0aa518b1e010 /package.json
parentAdded mysql to package-lock.json (diff)
downloadferdium-server-43dd8bfbe19446ae26b703dfafe2de1788a72449.tar.gz
ferdium-server-43dd8bfbe19446ae26b703dfafe2de1788a72449.tar.zst
ferdium-server-43dd8bfbe19446ae26b703dfafe2de1788a72449.zip
Added mysql
Based on the package.json that was generated after installing mysql inside of a running ferdi-server container using the command: npm install --save mysql
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index aaff8d1..2d907b5 100644
--- a/package.json
+++ b/package.json
@@ -41,8 +41,8 @@
41 "atob": "^2.1.2", 41 "atob": "^2.1.2",
42 "btoa": "^1.2.1", 42 "btoa": "^1.2.1",
43 "fs-extra": "^8.1.0", 43 "fs-extra": "^8.1.0",
44 "mysql": "2.18.1",
44 "node-fetch": "^2.6.1", 45 "node-fetch": "^2.6.1",
45 "mysql": "^2.18.1",
46 "pg": "^7.18.2", 46 "pg": "^7.18.2",
47 "sqlite3": "^4.1.0", 47 "sqlite3": "^4.1.0",
48 "targz": "^1.0.1", 48 "targz": "^1.0.1",