{
  "name": "@quramy/jest-prisma-core",
  "version": "1.8.2",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "engines": {
    "node": ">=14.13"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./index.mjs"
      },
      "require": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      }
    }
  },
  "files": [
    "*.mjs",
    "lib/**/*"
  ],
  "homepage": "https://github.com/Quramy/jest-prisma",
  "repository": {
    "type": "git",
    "url": "https://github.com/Quramy/jest-prisma.git"
  },
  "dependencies": {
    "chalk": "^4.0.0"
  },
  "peerDependencies": {
    "jest": "^28.0.0 || ^29.0.0 || ^30.0.0"
  },
  "scripts": {
    "bootstrap": "tsc",
    "prepublish": "exit 0",
    "test:ci": "echo \"test\"",
    "test": "echo \"test\""
  },
  "keywords": [
    "jest",
    "jest-environment",
    "prisma"
  ],
  "author": "Quramy",
  "license": "MIT"
}
