enhancement(extollo/extollo#2): add kernel module for parsing request body contents, uploading files
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-03-30 21:15:39 -05:00
parent 0be0d73917
commit a4edecee00
6 changed files with 158 additions and 1 deletions

View File

@@ -10,9 +10,11 @@
"dependencies": {
"@extollo/di": "^0.4.4",
"@extollo/util": "^0.3.2",
"@types/busboy": "^0.2.3",
"@types/negotiator": "^0.6.1",
"@types/node": "^14.14.37",
"@types/pug": "^2.0.4",
"busboy": "^0.3.1",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"negotiator": "^0.6.2",