Package Summary
Identity
- Package name:
app-whatidotoday - Framework:
Next.js - Script count:
10 - Dependency count:
18
Scripts
| Script | Command |
|---|---|
| dev | next dev |
| build | next build |
| start | next start |
| lint | eslint . |
| test | vitest run |
| test:watch | vitest |
| prisma:generate | prisma generate |
| prisma:migrate | prisma migrate dev |
| db:push | prisma db push |
| cron:exports | tsx scripts/run-scheduled-exports.ts |
Dependency Signals
@prisma/client@types/node@types/react@types/react-dom@types/sanitize-htmlbcryptjseslinteslint-config-nextjosenextpdf-libprismareactreact-domsanitize-htmltsxtypescriptvitest
Why this matters
- This gives a junior operator a quick read on the framework, build shape, and the scripts most likely to matter during support work.
- For Todo, these package details are imported directly from
/srv/apps/todo/prod/package.json.