Install express

This commit is contained in:
Elnu 2022-06-21 20:45:01 -07:00
parent bdd6eebe6c
commit 7500940370
2 changed files with 1022 additions and 1 deletions

1018
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -15,5 +15,8 @@
"bugs": {
"url": "https://github.com/ElnuDev/tatoeba-api/issues"
},
"homepage": "https://github.com/ElnuDev/tatoeba-api#readme"
"homepage": "https://github.com/ElnuDev/tatoeba-api#readme",
"dependencies": {
"express": "^4.18.1"
}
}