{
  "name": "up-yeah-nah",
  "version": "0.0.3",
  "description": "A Typescript API client and a bunch of reusable Zod schemas for the UP Bank customer API",
  "keywords": [
    "up bank api",
    "typescript",
    "zod",
    "ts-rest"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sambauers/up-yeah-nah.git"
  },
  "homepage": "https://github.com/sambauers/up-yeah-nah",
  "license": "MIT",
  "dependencies": {
    "@swc/helpers": "0.5.17",
    "@ts-rest/core": "3.53.0-rc.1",
    "common-tags": "1.8.2",
    "temporal-polyfill": "0.3.0",
    "zod": "4.0.5"
  },
  "main": "index.js",
  "types": "types/index.d.ts"
}