diff options
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 6bf0a31..fec84dd 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "binance-spot-order-notifier", "version": "1.0.0", - "private": true, "description": "Binance does not currently offer notifications when orders are created, cancelled or fulfilled etc.. With this repo you will receive telegram notifications for your binance spot order status.", "main": "index.js", + "repository" : { + "type" : "git", + "url" : "https://github.com/PiyushDixit96/binance-order-notifier.git" + }, "dependencies": { "binance": "^1.3.5", "dotenv": "^9.0.0", |