diff --git a/package.json b/package.json index 5c0b9e5..1397949 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "john@rootprojects.com", - "license": "UNLICENSED" + "license": "UNLICENSED", + "dependencies": { + "body-parser": "^1.19.0" + } }