{ "name": "thoosie-backend", "version": "0.1.0", "private": true, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "typecheck": "tsc --noEmit" }, "dependencies": { "@hono/node-server": "^2.0.0", "better-sqlite3": "^12.8.0", "hono": "^4.7.0", "node-cron": "^3.0.3" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^22", "@types/node-cron": "^3.0.11", "tsx": "^4.21.0", "typescript": "^5" } }