aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 6a5da49b487e85a9d1c6fa1312930faf57826e41 (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": "npx tsx src/bot.ts",
    "build": "bun build src/bot.ts --outfile=build/index.js --target=node --format=cjs --minify",
    "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"
  }
}