-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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": "binancebot",
"version": "1.0.0",
"description": "binance bot",
"main": "src/index.ts",
"scripts": {
"start": "nodemon ./build/server.js",
"build": "tsc"
},
"keywords": [],
"author": "Exxuslee",
"license": "ISC",
"dependencies": {
"binance-api-node": "^0.11.40",
"chalk": "^4.1.2",
"dayjs": "^1.11.1",
"dotenv": "^16.0.1",
"emittery": "^0.11.0",
"node-binance-api": "^0.13.1",
"node-telegram-bot-api": "^0.58.0",
"safe-require": "^1.0.4",
"technicalindicators": "^3.1.0",
"winston": "^3.8.1"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.57.0",
"@types/object-hash": "^2.2.1",
"cross-env": "^7.0.3",
"nodemon": "^2.0.7",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Exxuslee/binancebot.git"
},
"bugs": {
"url": "https://github.com/Exxuslee/binancebot/issues"
},
"homepage": "https://github.com/Exxuslee/binancebot#readme"
}