{
  "name": "@edgenets/fastify",
  "version": "0.0.15",
  "description": "Run Fastify on Firebase Functions with common plugins (CORS, Helmet, etc.)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Edgenets",
  "license": "MIT",
  "files": [
    "dist/",
    "README.md",
    "tsconfig.base.json",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "keywords": [
    "fastify",
    "firebase",
    "functions",
    "cloud functions",
    "gen2",
    "serverless"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "eslint --fix && tsc -p tsconfig.json",
    "test": "echo 'Skip Tests'",
    "public": "pnpm build && npm version patch && npm publish --access public"
  },
  "dependencies": {
    "@fastify/auth": "^5.0.2",
    "@fastify/cors": "^10.0.1",
    "@fastify/sensible": "^6.0.2",
    "@fastify/swagger": "^9.4.0",
    "@fastify/type-provider-typebox": "^5.1.0",
    "fastify": "^5.2.0",
    "fastify-plugin": "^5.0.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "fastify-tsconfig": "^2.0.0",
    "firebase-admin": "^13.0.2",
    "firebase-functions": "^6.2.0 || ^7.0.0"
  },
  "peerDependencies": {
    "firebase-admin": "^13.0.2",
    "firebase-functions": "^6.2.0 || ^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourorg/fastify-firebase-functions.git"
  }
}
