aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: dcc31f263ca608c66f624e0167ba92ea9a6b58c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "hommabot2",
  "version": "2.0.0",
  "description": "",
  "main": "src/bot.ts",
  "scripts": {
    "start": "tsx src/bot.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "date-fns": "4.1.0",
    "dotenv": "17.4.2",
    "better-sqlite3": "12.9.0",
    "telegraf": "4.16.3"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "25.6.0",
    "tsx": "^4.19.0"
  }
}