{ "name": "exchange", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "build": "prisma generate && tsc", "start": "prisma migrate deploy && node dist/index.js" }, "dependencies": { "@fastify/cors": "^11.2.0", "@prisma/adapter-pg": "^7.8.0", "@prisma/client": "^7.8.0", "@sentry/node": "^10.55.0", "fastify": "^5.8.5", "graphql": "^16.14.0", "mercurius": "^16.9.0", "pg": "^8.21.0" }, "devDependencies": { "@types/node": "^25.9.1", "@types/pg": "^8.20.0", "prisma": "^7.8.0", "tsx": "^4.22.3", "typescript": "^6.0.3" } }