{
  "name": "splitwise-ts",
  "version": "1.1.1",
  "description": "A typed, fast, flexible SDK for Splitwise written in TypeScript",
  "main": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "homepage": "https://athulanilthomas.github.io/splitwise-ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/athulanilthomas/splitwise-ts.git"
  },
  "devDependencies": {
    "@apidevtools/json-schema-ref-parser": "^11.7.2",
    "@biomejs/biome": "^1.9.3",
    "@biomejs/js-api": "^0.7.1",
    "@biomejs/wasm-nodejs": "^1.9.4",
    "@microsoft/api-extractor": "^7.49.2",
    "@rsbuild/core": "^1.2.3",
    "@rslib/core": "^0.4.0",
    "@types/node": "^22.8.1",
    "consola": "^3.4.0",
    "handlebars": "^4.7.8",
    "openapi-typescript": "^7.4.2",
    "openapi-typescript-helpers": "^0.0.15",
    "pathe": "^1.1.2",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "es-toolkit": "^1.31.0",
    "oauth4webapi": "^3.1.1",
    "ofetch": "^1.4.1"
  },
  "keywords": [
    "splitwise",
    "typescript",
    "sdk",
    "api-client",
    "splitwise-ts"
  ],
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "check": "biome check --write",
    "format": "biome format --write"
  }
}