{
  "name": "hey-api-builders",
  "version": "0.4.0",
  "description": "A custom plugin for @hey-api/openapi-ts that wraps JSON Schema Faker to generate builders.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "json-schema-faker",
    "openapi-ts",
    "plugin",
    "mock",
    "hey-api"
  ],
  "author": "JeffreyNijs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/JeffreyNijs/hey-api-builders.git"
  },
  "dependencies": {
    "@hey-api/openapi-ts": "0.64.4",
    "json-schema-faker": "0.5.8"
  },
  "peerDependencies": {
    "@hey-api/openapi-ts": "^0.63.2"
  },
  "devDependencies": {
    "@types/node": "22.13.4",
    "typescript": "5.7.3"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "echo \"No tests specified\" && exit 0"
  }
}