1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "binance-spot-order-notifier",
"version": "1.0.0",
"description": "Binance does not currently offer notification when order created, cancelled or fulfilled etc.. With this repo you will receive telegram notification 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",
"express": "^4.17.1",
"slimbot": "^5.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Piyush Dixit",
"license": "MIT"
}
|