{
  "name": "@openleash/server",
  "version": "0.20.10",
  "description": "HTTP server for openleash",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -b"
  },
  "dependencies": {
    "@fastify/helmet": "^13.0.1",
    "@fastify/static": "^9.1.3",
    "@openleash/core": "0.20.10",
    "@openleash/gui": "0.20.10",
    "@scalar/fastify-api-reference": "^1.52.5",
    "fastify": "^5.8.5",
    "yaml": "^2.8.3",
    "zod": "^4.3.6"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openleash/openleash.git",
    "directory": "packages/server"
  },
  "homepage": "https://github.com/openleash/openleash/tree/main/packages/server",
  "bugs": {
    "url": "https://github.com/openleash/openleash/issues"
  }
}
