{ "name": "poc-mock-task-api", "module": "src/index.ts", "type": "module", "private": true, "scripts": { "dev": "bun --watch src/index.ts", "start": "bun src/index.ts", "db:seed": "bun scripts/seed.ts", "test": "bun test" } }