aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiyush Dixit <79581397+PiyushDixit96@users.noreply.github.com>2021-05-15 23:46:12 +0530
committerGitHub <noreply@github.com>2021-05-15 23:46:12 +0530
commita18e33fa75f5554603f884eed544f11e7142ca02 (patch)
tree3675e3d1852422b6fd34b37aaea46949da51cba6
parent54362f998b2d600e94e6b87febef7ccbc9bd4869 (diff)
remove slimbot
-rw-r--r--package.json7
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"
},