{
  "name": "@carthooks/client-ts",
  "version": "0.8.0",
  "description": "Carthooks TypeScript API Client with full type safety and middleware support",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./types": "./dist/types/index.js",
    "./src/api-meta": "./src/api-meta.ts"
  },
  "files": [
    "dist",
    "src",
    "llms.txt",
    "llms"
  ],
  "scripts": {
    "build": "tsc && npm run docs:llms",
    "watch": "tsc --watch",
    "docs:llms": "node scripts/generate-llms-txt.cjs"
  },
  "dependencies": {
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "typescript": "^5.3.3"
  }
}

