aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPiyush Dixit <79581397+PiyushDixit96@users.noreply.github.com>2021-05-10 16:35:57 +0530
committerGitHub <noreply@github.com>2021-05-10 16:35:57 +0530
commit9fad0f08832a014ce4c36927f0a14cbe447441d0 (patch)
tree8e79b0651f4f98e4559baf48b3f3f3b578be44ec /package.json
parent705374bd9721fb7570048085311308b3ddc717a2 (diff)
Add files via upload
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6bf0a31
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "binance-spot-order-notifier",
+ "version": "1.0.0",
+ "private": true,
+ "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",
+ "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"
+}