{
  "name": "openai-api-client",
  "version": "1.0.0",
  "author": "Masanori KOMAGAMINE <koma@tailbone.jp>",
  "type": "module",
  "scripts": {
    "build": "ts-node build-scripts/build.ts",
    "update": "NODE_OPTIONS='--dns-result-order=ipv4first' pnpm update"
  },
  "license": "MIT",
  "dependencies": {
    "@himenon/openapi-parameter-formatter": "^0.3.1",
    "async-lock": "^1.4.0"
  },
  "devDependencies": {
    "@himenon/openapi-typescript-code-generator": "^0.26.1",
    "@types/async-lock": "^1.4.0",
    "@types/fs-extra": "^11.0.1",
    "@types/node": "^18.16.18",
    "fs-extra": "^11.1.1",
    "prettier": "2.8.8",
    "ts-node": "^10.9.1",
    "tsconfig-to-dual-package": "^1.2.0",
    "typescript": "^5.1.3",
    "yaml": "^2.3.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TAILBONE-jp/openai-api-client.git"
  },
  "bugs": {
    "url": "https://github.com/TAILBONE-jp/openai-api-client/issues"
  },
  "keywords": [
    "openai",
    "open",
    "ai",
    "typescript",
    "esm",
    "cjs",
    "frontend",
    "backend",
    "streaming"
  ]
}