{
  "name": "@freemework/hosting",
  "version": "0.16.1",
  "description": "Hosting library of the Freemework Project.",
  "author": {
    "name": "Freemework Project",
    "email": "dev@freemework.org",
    "url": "https://docs.freemework.org"
  },
  "contributors": [
    {
      "name": "Maxim Anurin",
      "email": "maxim.anurin@freemework.org",
      "url": "https://www.anurin.name"
    }
  ],
  "license": "Apache-2.0",
  "keywords": [
    "freemework",
    "free",
    "me",
    "work"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/freemework/hosting.git"
  },
  "bugs": {
    "url": "https://github.com/freemework/hosting/issues"
  },
  "engines": {
    "node": ">=16.0.0 <23"
  },
  "dependencies": {
    "@freemework/common": "^0.16.1",
    "@types/express": "^5.0.1",
    "@types/node": "^22.15.17",
    "@types/ws": "^8.18.1",
    "express": "^5.1.0",
    "ws": "^8.18.2"
  },
  "optionalDependencies": {
    "@iarna/toml": "^2.2.5"
  },
  "homepage": "https://docs.freemework.org/#common?lang=typescript",
  "type": "module",
  "types": "./types/index.d.ts",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "exports": {
    ".": {
      "import": {
        "default": "./lib/esm/index.js",
        "types": "./types/index.d.ts"
      },
      "require": {
        "default": "./lib/cjs/index.js",
        "types": "./types/index.d.ts"
      }
    }
  }
}
