{
  "name": "@watzon/baserow",
  "version": "0.2.14",
  "description": "Baserow client library",
  "type": "module",
  "main": "./dist/baserow.cjs",
  "module": "./dist/baserow.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/baserow.mjs",
      "require": "./dist/baserow.cjs",
      "default": "./dist/baserow.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun scripts/build.ts && tsc --emitDeclarationOnly",
    "prepublishOnly": "bun run build",
    "test": "bun test",
    "test:server": "bunx swagger-faker run",
    "docs": "typedoc",
    "cli": "bun src/cli/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/watzon/baserow-client.git"
  },
  "homepage": "https://watzon.github.io/baserow-client/",
  "keywords": [
    "baserow",
    "api",
    "client"
  ],
  "author": "Chris Watson",
  "license": "MIT",
  "devDependencies": {
    "@8hobbies/typedoc-plugin-plausible": "^2.2.0",
    "@types/bun": "latest",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.14.0",
    "bun-types": "^1.2.8",
    "js-yaml": "^4.1.0",
    "msw": "^2.7.3",
    "nock": "^14.0.3",
    "openapi-backend": "^5.11.1",
    "openapi-types": "^12.1.3",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.2",
    "typedoc-github-theme": "^0.3.0",
    "typescript": "^5.8.3",
    "yaml": "^2.7.1"
  },
  "peerDependencies": {
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "cli-table3": "^0.6.5",
    "commander": "^11.1.0",
    "jwt-decode": "^4.0.0"
  },
  "bin": {
    "baserow": "./dist/cli/index.js"
  }
}
