-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.21 KB
/
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
{
"name": "binance_bot",
"version": "1.0.0",
"description": "Binance Bot",
"scripts": {
"start": "ts-node server/index.ts start",
"dev": "nodemon --exec ts-node server/index.ts",
"sync": "ts-node ./node_modules/typeorm/cli.js",
"generate-tsdoc": "typedoc --out docs/ src/",
"tslint": "nodemon --exec tslint {src,config,plugins,entities}/**/*.ts --fix"
},
"author": "Dreamvention",
"license": "ISC",
"dependencies": {
"@rapin/typeorm": "^1.0.3",
"@turf/transform-scale": "^5.1.5",
"binance-api-node": "^0.8.20",
"cron": "^1.6.0",
"instagram-private-api": "^0.6.8",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"mongodb": "^3.1.13",
"rapin": "^0.1.3",
"telegraf": "^3.27.1",
"ts-force": "^2.1.4",
"ts-node": "^7.0.1",
"ts-telegraf-decorators": "^0.1.1"
},
"devDependencies": {
"nodemon": "^1.18.9",
"ts-force-gen": "^2.1.4",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.13.0"
},
"main": "index.js",
"repository": "https://[email protected]/dmitriyzhuk/binance-bot.git"
}