{
  "name": "@pacote/jest-either",
  "description": "Jest matcher for Either objects.",
  "version": "6.0.2",
  "type": "module",
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "sideEffects": false,
  "license": "MIT",
  "author": {
    "name": "Luís Rodrigues",
    "email": "hello@goblindegook.com",
    "url": "https://goblindegook.com"
  },
  "keywords": [
    "jest",
    "matcher",
    "test",
    "either",
    "fp",
    "functional programming"
  ],
  "repository": "github:PacoteJS/pacote",
  "bugs": {
    "url": "https://github.com/PacoteJS/pacote/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/esm/index.d.ts",
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js"
    }
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "build": "pnpm build:esm && pnpm build:cjs",
    "build:cjs": "tsc -p ./tsconfig.cjs.json",
    "build:esm": "tsc -p ./tsconfig.esm.json",
    "prepublish": "pnpm build"
  },
  "dependencies": {
    "@pacote/is-plain-object": "^3.0.1",
    "jest-diff": "^30.0.0",
    "jest-matcher-utils": "^30.0.0",
    "ramda": "^0.31.3"
  },
  "peerDependencies": {
    "fp-ts": "^2.0.0"
  },
  "gitHead": "4e53f195b7f89cf773bdb55c2bdbda116e4403d4"
}
