{
  "name": "@re-ai/openai-like-api",
  "version": "0.4.6",
  "description": "reai openai like api",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "author": "",
  "publishConfig": {
    "access": "public"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.10",
    "@types/uuid": "^9.0.8",
    "axios": "^1.7.9",
    "jest": "^29.7.0",
    "nodemon": "^3.1.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.3"
  },
  "dependencies": {
    "@azure/identity": "^4.4.1",
    "@azure/openai": "^2.0.0-beta.2",
    "@fal-ai/serverless-client": "^0.13.0",
    "@types/jsonwebtoken": "^9.0.6",
    "@volcengine/openapi": "^1.26.0",
    "dotenv": "^16.4.5",
    "jsonwebtoken": "^9.0.2",
    "moment": "^2.30.1",
    "ollama": "^0.5.6",
    "openai": "^4.84.0",
    "tencentcloud-sdk-nodejs-hunyuan": "^4.0.897",
    "uuid": "^10.0.0"
  }
}
