{
  "name": "expect-even-more-jest",
  "version": "1.30.0",
  "description": "expect-more-jest with even more stuff",
  "main": "dist/index.js",
  "files": [
    "dist/**/*",
    "jest.d.ts",
    "vitest.d.ts",
    "index.d.ts"
  ],
  "types": "./index.d.ts",
  "scripts": {
    "pretest": "rimraf .jest-cache",
    "test": "jest --no-cache",
    "autotest": "jest -w --no-cache",
    "prebuild": "rimraf dist",
    "build": "tsc -p tsconfig.build.json",
    "lint": "tslint -p .",
    "prerelease-beta": "run-s build test",
    "release-beta": "cross-env BETA=1 VERSION_INCREMENT_STRATEGY=patch run-s \"zarro release-npm\"",
    "prerelease": "run-s build test",
    "release": "cross-env VERSION_INCREMENT_STRATEGY=minor run-s \"zarro release-npm\"",
    "zarro": "zarro"
  },
  "repository": {
    "type": "git",
    "url": "https://git@github.com/fluffynuts/expect-even-more-jest"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fluffynuts/expect-even-more-jest/issues"
  },
  "homepage": "https://github.com/fluffynuts/expect-even-more-jest#readme",
  "devDependencies": {
    "@faker-js/faker": "^9.9.0",
    "@types/faker": "^4.1.12",
    "@types/jest": "^25.2.3",
    "@types/lodash": "^4.14.153",
    "@types/lodash.isequal": "^4.5.5",
    "@types/node": "^25.4.0",
    "faker": "^4.1.0",
    "filesystem-sandbox": "^1.11.0",
    "jasmine-core": "^5.9.0",
    "jest": "^30.0.5",
    "jest-environment-jsdom": "^30.2.0",
    "jest-jasmine2": "^30.0.5",
    "nodemon": "^3.1.10",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.1",
    "tslint": "^6.1.3",
    "typescript": "^5.9.2",
    "vitest": "^4.0.18",
    "zarro": "^1.210.0"
  },
  "dependencies": {
    "expect-more-jest": "^5.2.0",
    "lodash.isequal": "^4.5.0",
    "yafs": "^1.44.0"
  }
}