{
  "name": "@pi/provider-adapter-sdk",
  "version": "0.9.15",
  "description": "SDK for building, testing, and registering AI provider adapters",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "lint": "eslint src --ext .ts",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "provider",
    "adapter",
    "ai",
    "sdk"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^7.0.2"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
