Files
SixFlagsSuperCalendar/backend/package.json
T
josh 8027bfc5cf
Build and Deploy / Build & Push (push) Successful in 1m39s
rename project from SixFlagsSuperCalendar to Thoosie Calendar
Update package names, Docker image tags, CI/CD workflow, and
documentation to reflect the public brand name. References to
the actual Six Flags theme park chain/API are intentionally kept.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 10:06:17 -04:00

25 lines
532 B
JSON

{
"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"
}
}