aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 7b0dddef4296f2e1a976220b6001fe8e310fab08 (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
25
26
27
28
{
  "name": "hommabot2",
  "version": "2.0.0",
  "description": "",
  "main": "src/bot.ts",
  "scripts": {
    "start": "tsx src/bot.ts",
    "check": "tsc --noEmit",
    "fmt": "biome format --write",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "better-sqlite3": "12.9.0",
    "date-fns": "4.1.0",
    "dotenv": "17.4.2",
    "telegraf": "4.16.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.15",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "25.6.0",
    "tsx": "^4.19.0",
    "typescript": "^6.0.3"
  }
}