{
  "name": "@mast-ai/openai",
  "version": "0.8.0",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andreban/mast-ai.git",
    "directory": "packages/openai"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
    "build": "npm run clean && tsc",
    "prepublishOnly": "npm run build",
    "dev": "tsc --watch",
    "test": "vitest",
    "lint": "eslint src",
    "format": "prettier --write src"
  },
  "dependencies": {
    "@mast-ai/core": "^0.8.0",
    "openai": "^6.37.0"
  },
  "devDependencies": {
    "typescript": "~6.0.2",
    "vitest": "^4.1.4"
  }
}
