{
  "name": "@youdotcom-oss/api",
  "version": "0.5.2",
  "description": "You.com API client with bundled CLI for agents supporting Agent Skills",
  "license": "MIT",
  "engines": {
    "node": ">=18",
    "bun": ">= 1.2.21"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/youdotcom-oss/dx-toolkit.git",
    "directory": "packages/api"
  },
  "bugs": {
    "url": "https://github.com/youdotcom-oss/dx-toolkit/issues"
  },
  "homepage": "https://github.com/youdotcom-oss/dx-toolkit/tree/main/packages/api#readme",
  "author": "You.com (https://you.com)",
  "keywords": [
    "you.com",
    "api",
    "cli",
    "search",
    "ai",
    "agent",
    "agent-skills",
    "bash",
    "web-search",
    "crawling",
    "content-extraction"
  ],
  "bin": {
    "ydc": "./bin/cli.js"
  },
  "type": "module",
  "main": "./src/main.ts",
  "exports": {
    ".": "./src/main.ts"
  },
  "files": [
    "./src/**",
    "!./src/**/tests/*",
    "!./src/**/*.spec.ts",
    "bin/cli.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "bun build ./src/cli.ts --outfile ./bin/cli.js --target=node",
    "check": "bun run check:biome && bun run check:types && bun run check:package",
    "check:biome": "biome check",
    "check:package": "format-package --check",
    "check:types": "tsc --noEmit",
    "check:write": "biome check --write && bun run format:package",
    "dev": "bun src/cli.ts",
    "format:package": "format-package --write",
    "prepublishOnly": "bun run build",
    "test": "bun test",
    "test:coverage": "bun test --coverage",
    "test:coverage:watch": "bun test --coverage --watch",
    "test:watch": "bun test --watch"
  },
  "dependencies": {
    "zod": "^4.3.6"
  }
}
