{
  "name": "@pipe0/client",
  "version": "1.0.31",
  "license": "MIT",
  "private": false,
  "type": "module",
  "publishConfig": {
    "provenance": false,
    "access": "public"
  },
  "description": "Client library for pipe0",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "exports": {
    ".": {
      "@pipezero/dev": "./src/index.ts",
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "dependencies": {
    "openapi-fetch": "^0.15.0"
  },
  "devDependencies": {
    "openapi-typescript": "^7.10.1",
    "tsdown": "^0.21.9",
    "typescript": "^6.0.3",
    "vitest": "4.1.9"
  },
  "keywords": [
    "data enrichment",
    "prospecting",
    "company data",
    "people data",
    "sales technology",
    "sales engineering"
  ],
  "author": "pipe0",
  "scripts": {
    "client:generate": "openapi-typescript http://localhost:8080/openapi -o ./src/generated/openapi.types.ts --default-non-nullable=false",
    "build": "tsdown",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "lint:fix": "biome check --write ."
  }
}