diff --git a/package.json b/package.json index 1f6b2ca..4237383 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,8 @@ "main": "index.js", "keywords": [], "author": "ZZZure", - "license": "ISC" + "license": "ISC", + "dependencies": { + "request": "^2.88.2" + } }