30 lines
835 B
JSON
30 lines
835 B
JSON
{
|
|
"name": "binance-spot-order-notifier",
|
|
"version": "1.0.0",
|
|
"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-spot-order-notification-heoku"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"request": "2.88.2",
|
|
"request-promise": "4.2.6"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": "14.x",
|
|
"npm": "6.x"
|
|
},
|
|
"keywords": [],
|
|
"author": "Piyush Dixit",
|
|
"license": "MIT"
|
|
}
|