-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1.07 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
39
40
41
{
"name": "ton-notify-bot",
"version": "0.0.1",
"description": "🚀 The bot can notify users about new events of TON addresses.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev:bot": "nodemon -V -L index.js",
"dev:scan": "nodemon -V -L monitors/scan.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonbase/ton-notify-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tonbase/ton-notify-bot/issues"
},
"homepage": "https://github.com/tonbase/ton-notify-bot#readme",
"dependencies": {
"axios": "^1.3.4",
"big.js": "^6.1.1",
"chalk": "^4.1.2",
"convict": "^5.2.1",
"dotenv": "^10.0.0",
"lru-cache": "^8.0.4",
"mongoose": "^6.0.5",
"node-fetch": "^2.6.2",
"telegraf": "^3.39.0",
"telegraf-i18n": "^6.6.0",
"tonweb": "^0.0.60",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^26.0.1"
}
}