{
  "name": "mocha-chai-jest-snapshot",
  "version": "1.1.7",
  "description": "provides snapshot testing like jest",
  "keywords": [
    "mocha",
    "chai",
    "assertion",
    "helper",
    "jest",
    "snapshot",
    "react",
    "test",
    "spec",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mochiya98/mocha-chai-jest-snapshot.git"
  },
  "author": "Yukimasa Funaoka <yukimasafunaoka@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "scripts": {
    "build": "npx tsc",
    "test": "yarn build && yarn test:biome && yarn test:mocha",
    "test:biome": "npx biome check",
    "test:mocha": "npx mocha -c -s 10000 --file setup.js --require ts-node/register/transpile-only --extensions ts 'test/**/*.test.ts'",
    "prepack": "yarn build"
  },
  "files": [
    "dist/**",
    "reporters/**",
    "setup.js"
  ],
  "workspaces": [
    "test/chai-v5"
  ],
  "dependencies": {
    "@jest/test-result": "^30.0.5",
    "chalk": "^4.1.2",
    "find-package-json": "^1.2.0",
    "jest-snapshot": "^29.7.0",
    "jest-util": "^30.0.5",
    "slash": "^3.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.2.0",
    "@swc/core": "^1.13.3",
    "@swc/helpers": "^0.5.17",
    "@types/chai": "^4.3.17",
    "@types/find-package-json": "^1.2.6",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.3.0",
    "@typescript-eslint/eslint-plugin": "^8.39.1",
    "@typescript-eslint/parser": "^8.39.1",
    "chai": "^4.3.6",
    "mocha": "^11.7.1",
    "mock-require": "^3.0.3",
    "npm-run-all": "^4.1.5",
    "p-limit": "^3.1.0",
    "prettier": "3.6.2",
    "pretty-format": "^30.0.5",
    "regenerator-runtime": "^0.14.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2",
    "yargs": "^18.0.0"
  },
  "packageManager": "yarn@4.9.2"
}
