diff options
author | Marvin Borner | 2020-09-17 16:23:07 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-17 16:23:07 +0200 |
commit | 33ff64f9e1b680dc8c0af4c219f392ad5c72f4b2 (patch) | |
tree | 5616b51853bed5fa840650bc59c6b45035a6c421 /motto/package.json | |
parent | 399f93696add3299e3bfb74cd24ddc7f15e8f18b (diff) |
Tis code very code
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" |