{
  "name": "gertel_skills_api",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "tsx watch src/server.ts",
    "start": "node build/server.js",
    "build": "tsup src --out-dir build",
    "test": "vitest",
    "seed": "tsx prisma/seed.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.tigertel.com.br/devgertel/gertel-skills-backend.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1045.0",
    "@aws-sdk/s3-request-presigner": "^3.1045.0",
    "@fastify/cookie": "^11.0.2",
    "@fastify/cors": "^11.1.0",
    "@fastify/jwt": "^10.0.0",
    "@fastify/multipart": "^9.2.1",
    "@fastify/static": "^9.1.1",
    "@prisma/adapter-mariadb": "^7.8.0",
    "@prisma/client": "^7.5.0",
    "axios": "^1.12.2",
    "dayjs": "^1.11.18",
    "fastify": "^5.6.1",
    "mongoose": "^8.19.1",
    "zod": "^4.1.12"
  },
  "devDependencies": {
    "@types/node": "^24.12.0",
    "@typescript-eslint/eslint-plugin": "^8.46.0",
    "@typescript-eslint/parser": "^8.46.0",
    "dotenv": "^17.4.2",
    "eslint": "^9.37.0",
    "prisma": "^7.8.0",
    "tsup": "^8.5.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vite-tsconfig-paths": "^6.1.1",
    "vitest": "^4.1.0"
  }
}
