{
  "name": "@authorsuite/server",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext ts",
    "diagnose:db": "tsx src/scripts/diagnoseDb.ts"
  },
  "dependencies": {
    "@authorsuite/shared": "*",
    "@fastify/cors": "^9.0.0",
    "@fastify/helmet": "^11.0.0",
    "@fastify/rate-limit": "^9.0.0",
    "@fastify/static": "^7.0.0",
    "fastify": "^4.28.0",
    "jose": "^5.0.0",
    "mysql2": "^3.22.3",
    "pino-pretty": "^13.1.3"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.8.3"
  }
}
