{
    "name": "shiplet-example-fastify-podman",
    "version": "0.2.1",
    "description": "Shiplet example — Fastify REST API with Podman, MongoDB, Redis, MinIO",
    "type": "module",
    "main": "src/index.js",
    "scripts": {
        "start": "node src/index.js",
        "dev": "node --watch src/index.js",
        "test": "node --experimental-vm-modules node_modules/.bin/jest --forceExit",
        "lint": "eslint src/ --ext .js",
        "build": "echo 'No build step for this example'"
    },
    "dependencies": {
        "fastify": "^4.24.3",
        "@fastify/cors": "^8.4.1",
        "@fastify/helmet": "^11.1.1",
        "@fastify/jwt": "^8.0.0",
        "@fastify/sensible": "^5.5.0",
        "@fastify/swagger": "^8.12.0",
        "@fastify/swagger-ui": "^2.1.0",
        "mongoose": "^8.0.3",
        "redis": "^4.6.10",
        "@aws-sdk/client-s3": "^3.454.0",
        "dotenv": "^16.3.1",
        "pino-pretty": "^10.3.0",
        "zod": "^3.22.4"
    },
    "devDependencies": {
        "jest": "^29.7.0",
        "eslint": "^8.55.0",
        "@types/node": "^20.10.0"
    }
}
