{
  "name": "make-fixture",
  "version": "1.4.0",
  "description": "A tiny npm package that provides a quick and easy method for creating new references to fixture objects for testing.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc",
    "typecheck:watch": "tsc --watch",
    "build": "tsc -p .",
    "prepublish": "npm test && npm run typecheck && npm run build",
    "lint": "prettier --write ."
  },
  "prepublish": "tsc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamsellek/make-fixture.git"
  },
  "keywords": [
    "fixture",
    "fixtures",
    "objects",
    "test",
    "unit",
    "unique"
  ],
  "author": "Chris Sellek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iamsellek/make-fixture/issues"
  },
  "homepage": "https://github.com/iamsellek/make-fixture#readme",
  "devDependencies": {
    "@faker-js/faker": "^10.3.0",
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^4.1.0",
    "prettier": "^3.8.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.0"
  }
}
