-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
42
43
44
{
"name": "tstocksbot",
"version": "0.5.13",
"description": "@TStocksBot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "node_modules/.bin/eslint --ext js .",
"lint:fix": "node_modules/.bin/eslint --fix --ext js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/LyoSU/TStocksBot.git"
},
"author": "LyoSU",
"license": "ISC",
"bugs": {
"url": "https://github.com/LyoSU/TStocksBot/issues"
},
"homepage": "https://t.me/TStocksBot",
"dependencies": {
"axios": "^0.19.0",
"chart.js": "^2.7.3",
"chartjs-node-canvas": "^2.2.4",
"cheerio": "^1.0.0-rc.2",
"cron": "^1.6.0",
"dateformat": "^3.0.3",
"dotenv": "^6.2.0",
"form-data": "^2.3.3",
"humanize-duration": "^3.18.0",
"ioredis": "^4.9.0",
"mongoose": "^5.7.5",
"mongoose-float": "^1.0.3",
"telegraf": "^3.28.0",
"telegraf-i18n": "^6.4.0",
"telegraf-ratelimit": "^2.0.0",
"telegraf-session-redis": "^5.1.0"
},
"devDependencies": {
"@atomix/eslint-config": "^6.4.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0"
}
}