{
  "name": "@faasjs/server",
  "version": "7.1.0",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "homepage": "https://faasjs.com/doc/server",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faasjs/faasjs.git",
    "directory": "packages/server"
  },
  "bugs": {
    "url": "https://github.com/faasjs/faasjs/issues"
  },
  "funding": "https://github.com/sponsors/faasjs",
  "scripts": {
    "build": "tsup-node src/index.ts --config ../../tsup.config.ts"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "mime-types": "*",
    "@faasjs/func": ">=7.1.0",
    "@faasjs/load": ">=7.1.0",
    "@faasjs/logger": ">=7.1.0",
    "@faasjs/http": ">=7.1.0"
  },
  "devDependencies": {
    "react": "*",
    "mime-types": "*",
    "@types/mime-types": "*",
    "@types/react-dom": "*",
    "@faasjs/func": ">=7.1.0",
    "@faasjs/load": ">=7.1.0",
    "@faasjs/logger": ">=7.1.0",
    "@faasjs/http": ">=7.1.0"
  },
  "engines": {
    "node": ">=24.0.0",
    "npm": ">=11.0.0"
  }
}
