diff options
Diffstat (limited to 'motto/package.json')
-rw-r--r-- | motto/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/motto/package.json b/motto/package.json index f01d591..80807c3 100644 --- a/motto/package.json +++ b/motto/package.json @@ -9,7 +9,8 @@ "author": "", "license": "MIT", "dependencies": { - "express": "^4.17.1" + "express": "^4.17.1", + "sqlite3": "^5.0.0" }, "devDependencies": { "eslint": "^7.8.0" |