remove slimbot

This commit is contained in:
Piyush Dixit 2021-05-15 23:46:12 +05:30 committed by GitHub
parent 54362f998b
commit a18e33fa75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
},