forked from dannon-dmello/bybit_tradingview_integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "bybit_tradingview_integration",
"version": "1.0.0",
"description": "A small serverless function (Firebase) that will execute trades on ByBit based on alerts from TradingView",
"scripts": {
"dev": "firebase emulators:start",
"deploy": "firebase deploy",
"update_keys": "firebase functions:config:set"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adahl5/bybit_tradingview_integration.git"
},
"author": "adahl5",
"license": "ISC",
"bugs": {
"url": "https://github.com/adahl5/bybit_tradingview_integration/issues"
},
"homepage": "https://github.com/adahl5/bybit_tradingview_integration#readme",
"dependencies": {"firebase-tools": "^8.16.2"}
}