spellchecker is dev dependency

This commit is contained in:
Andrzej Stepien 2023-08-15 02:10:38 +02:00
parent bcd2351a65
commit 29ad2ecdb0
1 changed files with 3 additions and 2 deletions

View File

@ -10,13 +10,14 @@
"license": "GPL-3.0-or-later",
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
"mocha": "^10.2.0",
"spellchecker": "^3.7.1"
},
"dependencies": {
"axios": "^1.4.0",
"sqlite3": "^5.1.6",
"body-parser": "^1.20.2",
"spellchecker": "^3.7.1",
"express": "^4.18.2",
"knex": "^2.5.1",
"node-cron": "^3.0.2",