{
  "name": "humanlayer-vercel-ai-sdk",
  "version": "0.1.0-alpha1",
  "description": "typescript client for humanlayer.dev",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "scripts": {
    "build": "tsc && pkgroll",
    "check": "tsc --noEmit",
    "dev": "node -r ts-node/register src/index.ts",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanlayer/humanlayer.git"
  },
  "keywords": [
    "human-in-the-loop",
    "ai-agents",
    "tool-use",
    "function-calling"
  ],
  "author": "HumanLayer Authors",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/humanlayer/humanlayer/issues"
  },
  "homepage": "https://github.com/humanlayer/humanlayer#readme",
  "dependencies": {
    "@ai-sdk/openai": "^1.0.13",
    "ai": "^4.0.26",
    "humanlayer": "0.7.1-rc1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.11",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.2",
    "ts-jest": "^29.1.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.2"
  }
}
