diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-05-06 21:46:21 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-05-06 21:46:21 +0300 |
| commit | 713ced9c68cd70a8e56e8ce5ed27cb9bbe3e55c4 (patch) | |
| tree | 29f9997386b9f46db9f263ef63a5e01ca19db393 /package.json | |
| parent | cba8c3d49b53702a488eaff16109e29e49d94b6d (diff) | |
Add shopping list features, rework
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json index 2f0f1fb..6a5da49 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,10 @@ "name": "hommabot2", "version": "2.0.0", "description": "", - "main": "src/index.ts", + "main": "src/bot.ts", "scripts": { - "build": "bun build src/index.ts --outfile=build/index.js --target=node --format=cjs --minify", + "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": [], @@ -13,14 +14,11 @@ "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" } } |
