{ "name": "@chronomind/backend", "version": "0.1.0", "private": true, "description": "ChronoMind product-specific backend — timers, routines, households, shared timers", "type": "module", "scripts": { "dev": "tsx watch src/server.ts", "build": "tsc", "start": "node dist/server.js", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "@bytelyst/auth": "file:../../learning_ai_common_plat/packages/auth", "@bytelyst/config": "file:../../learning_ai_common_plat/packages/config", "@bytelyst/cosmos": "file:../../learning_ai_common_plat/packages/cosmos", "@bytelyst/datastore": "file:../../learning_ai_common_plat/packages/datastore", "@bytelyst/errors": "file:../../learning_ai_common_plat/packages/errors", "@bytelyst/fastify-auth": "file:../../learning_ai_common_plat/packages/fastify-auth", "@bytelyst/fastify-core": "file:../../learning_ai_common_plat/packages/fastify-core", "@azure/cosmos": "^4.2.0", "fastify": "^5.2.1", "jose": "^6.0.8", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.12.0", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^3.0.5" } }