{
  "name": "hospitable",
  "version": "0.7.3",
  "author": "Khanh Cao <tyrocium@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kacao/hospitable.git"
  },
  "homepage": "https://github.com/kacao/hospitable#readme",
  "bugs": {
    "url": "https://github.com/kacao/hospitable/issues"
  },
  "description": "TypeScript SDK for the Hospitable Public API and Connect API",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "hospitable",
    "api",
    "sdk",
    "short-term-rental",
    "airbnb"
  ],
  "license": "MIT",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^9.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.5.0",
    "vitest": "^4.0.18"
  }
}
