{
  "name": "@gentrace/openai",
  "version": "4.2.3",
  "description": "Gentrace OpenAI v4 plugin for Node.JS",
  "repository": {
    "type": "git",
    "url": "git@github.com:gentrace/gentrace-node.git"
  },
  "keywords": [
    "gentrace",
    "openai"
  ],
  "author": "Gentrace",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "peerDependencies": {
    "@gentrace/core": "^3",
    "openai": "^4.56.0"
  },
  "devDependencies": {
    "@gentrace/core": "^3.3.0",
    "openai": "^4.56.0",
    "@rollup/plugin-commonjs": "^24.1.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-typescript": "^11.1.0",
    "@mswjs/interceptors": "^0.17.9",
    "@types/jest": "^29.5.1",
    "@types/node": "^12.11.5",
    "@types/uuid": "^9.0.1",
    "dotenv": "^16.0.3",
    "jest": "^29.5.0",
    "msw": "^1.2.5",
    "npm-run-all": "^4.1.5",
    "rimraf": "^5.0.0",
    "rollup": "^3.21.5",
    "tslib": "^2.6.2",
    "typescript": "~5.1.3",
    "@gentrace/tsconfig": "1.1.1"
  },
  "scripts": {
    "build": "run-s clean typescript:compile rollup:compile",
    "typescript:compile": "tsc -p tsconfig.json",
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "rollup:compile": "rollup --config rollup.config.mjs",
    "test": "jest"
  }
}