-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bitkub-optimize",
"version": "0.0.3",
"description": "Node.JS trading bot for Bitkub.com using TradingView webhook",
"main": "app.js",
"dependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"console-stamp": "^3.0.6",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"dotenv": "^16.0.1",
"express": "^4.21.2",
"mariadb": "^3.0.0",
"morgan": "^1.10.0",
"qs": "^6.10.5",
"sequelize": "^6.29.3"
},
"devDependencies": {},
"scripts": {
"test": "npm run test",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nanmcpe/bitkub-optimize.git"
},
"keywords": [
"cryptocurrentcy",
"trading",
"bot",
"bitkub",
"webhook"
],
"author": "Thanwa Jindarattana",
"license": "MIT",
"bugs": {
"url": "https://github.com/nanmcpe/bitkub-optimize/issues"
},
"homepage": "https://github.com/nanmcpe/bitkub-optimize#readme"
}