diff --git a/package.json b/package.json index eb598d0..c7faa58 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,10 @@ "ppob" ], "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", - "license": "ISC" + "license": "ISC", + "dependencies": { + "json-stringify-pretty-compact": "^1.1.0", + "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", + "request": "^2.85.0" + } }