-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 834 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
{
"name": "tg-tracker-bot",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"run": "node dist/index.js",
"start": "npm run build && npm run run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Holovin/tg-tracker-bot.git"
},
"author": "Alex Holovin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Holovin/tg-tracker-bot/issues"
},
"homepage": "https://github.com/Holovin/tg-tracker-bot#readme",
"devDependencies": {
"@types/nconf": "^0.10.3",
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.6.3",
"chrono-node": "^2.7.4",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"grammy": "^1.20.2",
"nconf": "^0.12.1",
"radash": "^11.0.0",
"winston": "^3.11.0"
}
}