diff options
-rw-r--r-- | package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json index ce8658c..b8f1575 100644 --- a/package.json +++ b/package.json @@ -5,17 +5,16 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/PiyushDixit96/binance-order-notifier.git" + "url": "https://github.com/PiyushDixit96/binance-spot-order-notification-heoku" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node index.js" + "start": "node index.js", + "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "binance": "^1.3.5", "dotenv": "^9.0.0", "express": "^4.17.1", - "slimbot": "^5.1.0", "request": "^2.88.2", "request-promise": "^4.2.6" }, |