Remove sqlite3 dependency to fix npm issue
When running npm install
with a package-lock.json with lockfileVersion
2, some sort of error would occur each and every single time.
Someone on the Internet appeared to have the same problem, they thought
it had to do with sqlite3. Since we have no need for that package, I
removed it and tried again. Things work now! Hooray!