diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index afaa2be..cb0405f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,12 @@ }, "dependencies": { "getenv": "^0.7.0", + "joi": "^10.2.2", "koa": "^1.2.5", - "koa-route": "^2.4.2" + "koa-bodyparser": "^2.3.0", + "koa-route": "^2.4.2", + "pify": "^2.3.0", + "redis": "^2.6.5", + "twilio": "^2.11.1" } } |