{
  "name": "@orval/mock",
  "version": "8.19.0",
  "homepage": "https://orval.dev/docs/guides/msw",
  "bugs": {
    "url": "https://github.com/orval-labs/orval/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orval-labs/orval.git",
    "directory": "packages/mock"
  },
  "files": [
    "dist",
    "!dist/**/*.d.ts.map",
    "!dist/**/*.d.mts.map"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@orval/core": "8.19.0",
    "remeda": "^2.33.6"
  },
  "devDependencies": {
    "rimraf": "6.1.2",
    "typescript": "6.0.3",
    "vitest": "4.0.18"
  }
}
