{ "name": "gacha-event-tracker", "private": true, "type": "module", "scripts": { "test": "bun test", "typecheck": "tsc --noEmit", "parse": "bun run scripts/parse-fixture.ts" }, "dependencies": { "zod": "^3.23.8" }, "devDependencies": { "@types/bun": "^1.1.10", "typescript": "^5.6.3" } }