{
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {},
  "files": [
    "**"
  ],
  "name": "@makerx/ts-dossier",
  "publishConfig": {
    "access": "public"
  },
  "version": "4.0.4",
  "description": "A support library to facilitate the easy creation of builders for use with an Object-Mother test pattern in TypeScript",
  "keywords": [
    "Unit-Testing",
    "Builder",
    "Object-Mother",
    "TypeScript",
    "TS"
  ],
  "author": "MakerX",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MakerXStudio/ts-dossier/issues"
  },
  "homepage": "https://github.com/MakerXStudio/ts-dossier/#readme",
  "type": "module",
  "module": "index.mjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MakerXStudio/ts-dossier.git"
  },
  "engines": {
    "node": ">=22.0"
  }
}
