{
  "name": "@spencejs/spence-factories",
  "version": "0.10.2",
  "main": "src/factory.js",
  "license": "MIT",
  "dependencies": {
    "lodash": "~4.17.15",
    "uuid": "~9.0.0"
  },
  "devDependencies": {
    "@spencejs/spence-config": "^0.10.2",
    "@spencejs/spence-mongo-repos": "^0.10.2",
    "@spencejs/spence-pg-repos": "^0.10.2",
    "@types/lodash": "^4.14.149",
    "@types/node": "~20.10.5",
    "eslint": "~8.56.0",
    "eslint-config-airbnb-base": "~15.0.0",
    "eslint-config-prettier": "~9.1.0",
    "eslint-plugin-import": "~2.29.1",
    "eslint-plugin-prettier": "~5.1.0",
    "jest": "29.7.0",
    "jest-junit": "~16.0.0",
    "mongodb": "~6.3.0",
    "pino-pretty": "~10.3.0",
    "prettier": "~3.1.1",
    "typescript": "~5.3.3"
  },
  "scripts": {
    "lint": "eslint src test --fix",
    "test": "jest test --runInBand --coverage"
  },
  "description": "Spence Factories - An opinionated Factory Framework for testing db entities",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sloops77/spencer.git"
  },
  "keywords": [
    "API",
    "framework"
  ],
  "author": "Andres Olave",
  "bugs": {
    "url": "https://github.com/sloops77/spencer/issues"
  },
  "homepage": "https://github.com/sloops77/spencer#readme",
  "gitHead": "f3b74dac36981688d79d24c1dac0883f30b87cdc",
  "publishConfig": {
    "access": "public"
  }
}
