{
  "name": "dify-ai-provider",
  "version": "0.1.6",
  "description": "Dify provider for Vercel AI SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "keywords": [
    "ai",
    "dify",
    "vercel-ai-sdk",
    "dify-ai-provider"
  ],
  "author": "Oscar Jiang <pengj0520@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/warmwind/dify-ai-provider"
  },
  "homepage": "https://github.com/warmwind/dify-ai-provider#readme",
  "bugs": {
    "url": "https://github.com/warmwind/dify-ai-provider/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "prepublishOnly": "npm run build",
  "license": "MIT",
  "dependencies": {
    "@ai-sdk/provider": "^1.1.3",
    "@ai-sdk/provider-utils": "^2.2.7",
    "zod": "^3.24.3"
  },
  "devDependencies": {
    "@types/node": "^20.11.5",
    "tsup": "^8.0.1",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3",
    "vitest": "^1.0.0"
  }
}