{ "name": "eduplatform-api", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "node --import tsx --test src/__tests__/*.test.ts", "test:watch": "node --import tsx --test --watch src/__tests__/*.test.ts" }, "dependencies": { "fastify": "^5.0.0", "@fastify/cors": "^10.0.0", "@fastify/jwt": "^9.0.0", "sql.js": "^1.12.0", "bcrypt": "^5.1.0", "@shared/types": "*", "@shared/config": "*" }, "devDependencies": { "@types/node": "^22.0.0", "@types/bcrypt": "^5.0.0", "typescript": "^5.6.0", "tsx": "^4.0.0", "pino-pretty": "^11.0.0" } }