{
  "name": "porm-test-factory",
  "version": "0.0.28",
  "description": "PORM factories for tests",
  "homepage": "https://porm.netlify.app/guide/orm-test-factories",
  "repository": {
    "type": "git",
    "url": "https://github.com/romeerez/porm/tree/main/packages/test-factory"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.esm.js",
      "types": "./dist/index.d.ts"
    }
  },
  "jest": {
    "setupFiles": [
      "dotenv/config"
    ],
    "globalSetup": "../../jest-global-setup.ts",
    "setupFilesAfterEnv": [
      "../../jest-setup.ts",
      "./jest-setup.ts"
    ],
    "transform": {
      "^.+\\.ts$": "@swc/jest"
    }
  },
  "keywords": [
    "porm",
    "test",
    "factory"
  ],
  "author": "Roman Kushyn",
  "license": "ISC",
  "dependencies": {
    "porm": "1.2.56",
    "pqb": "0.5.4",
    "porm-schema-to-zod": "0.2.1",
    "@faker-js/faker": "^7.6.0",
    "@anatine/zod-mock": "^3.6.0",
    "zod": "^3.19.1"
  },
  "devDependencies": {
    "rollup": "^2.79.0",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-esbuild": "^4.10.1",
    "@swc/core": "^1.2.210",
    "@swc/jest": "^0.2.21",
    "@types/jest": "^28.1.2",
    "@types/node": "^18.0.1",
    "jest": "^28.1.2",
    "rimraf": "^3.0.2",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4",
    "dotenv": "^16.0.1",
    "pg-transactional-tests": "^1.0.5",
    "@types/pg": "^8.6.5"
  },
  "scripts": {
    "test": "jest",
    "build": "rimraf ./dist/ && rollup -c --rollup.config"
  }
}