{
  "name": "@appnotes/api-client",
  "version": "0.15.0",
  "description": "Typed AppNotes HTTP client",
  "keywords": [
    "appnotes",
    "api-client",
    "http-client",
    "contextual-notes",
    "in-app-notes",
    "collaboration",
    "typescript"
  ],
  "homepage": "https://appnotes.tech",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inappnotes/appnotes.git",
    "directory": "packages/api-client"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --sourcemap --clean",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@appnotes/contracts": "^0.2.0"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "4.1.10",
    "tsup": "8.5.1",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  }
}
