aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 2f0f1fbef873b6b6d3bd57bbee04075e1a675718 (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
{
  "name": "hommabot2",
  "version": "2.0.0",
  "description": "",
  "main": "src/index.ts",
  "scripts": {
    "build": "bun build src/index.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",
    "googleapis": "171.4.0",
    "got": "15.0.3",
    "better-sqlite3": "12.9.0",
    "telegraf": "4.16.3"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/got": "9.6.12",
    "@types/node": "25.6.0"
  }
}