{
  "name": "@hermanl02/hostex-api",
  "version": "3.0.1",
  "description": "TypeScript client for Hostex API v3 - Property management, reservations, and channel integrations",
  "packageManager": "pnpm@10.24.0",
  "engines": {
    "node": ">=22",
    "npm": "please-use-pnpm",
    "yarn": "please-use-pnpm"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "types": "./dist/index.d.cts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:HermanL02/StaySuitelyMonorepo.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "clean": "rm -rf dist",
    "lint": "eslint src/**/*.ts",
    "test": "jest"
  },
  "keywords": [
    "hostex",
    "api",
    "typescript",
    "property-management",
    "vacation-rental",
    "channel-manager",
    "airbnb",
    "booking.com"
  ],
  "author": "StaySuitely Team",
  "license": "ISC",
  "dependencies": {
    "@upstash/redis": "^1.37.0",
    "axios": "^1.7.7"
  },
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^20",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "eslint": "^9",
    "globals": "^16.4.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.4.6",
    "tsdown": "^0.17.0",
    "typescript": "^5"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "README.md"
  ]
}
