{
  "name": "@see2/dzmm-provider",
  "version": "1.0.0",
  "description": "DZMM (AI-SDK) Provider - NaLang models OpenAI-compatible provider for Vercel AI SDK",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest",
    "prepublishOnly": "npm run build",
    "lint": "tsc --noEmit",
    "clean": "rm -rf dist",
    "example": "tsx example.ts"
  },
  "keywords": [
    "ai",
    "ai-sdk",
    "vercel-ai",
    "dzmm",
    "nalang",
    "provider",
    "openai-compatible",
    "llm",
    "language-model",
    "chat",
    "gpt",
    "chinese-ai",
    "streaming",
    "see2"
  ],
  "author": "see2",
  "license": "MIT",
  "homepage": "https://github.com/see2/dzmm-provider#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/see2/dzmm-provider.git"
  },
  "bugs": {
    "url": "https://github.com/see2/dzmm-provider/issues"
  },
  "dependencies": {
    "@ai-sdk/openai-compatible": "^1.0.22",
    "@ai-sdk/provider-utils": "^2.0.4"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "ai": "^5.0.72",
    "tsup": "^8.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "ai": "^5.0.72"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ]
}