{
  "name": "@react-hookz/deep-equal",
  "version": "3.0.4",
  "description": "Fast deep equal comparator",
  "keywords": [
    "deep",
    "deep-equal",
    "fast",
    "react",
    "es6",
    "compare",
    "compare-objects",
    "compare-maps",
    "compare-arrays",
    "compare-sets"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-hookz/deep-equal.git"
  },
  "bugs": {
    "url": "https://github.com/react-hookz/deep-equal/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "./dist"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.0",
    "@commitlint/config-conventional": "^19.8.0",
    "@react-hookz/eslint-config": "^4.1.7",
    "@react-hookz/eslint-formatter-gha": "^3.0.4",
    "@vitest/browser": "^3.1.1",
    "@vitest/coverage-v8": "^3.1.1",
    "commitlint": "^19.8.0",
    "dequal": "^2.0.3",
    "eslint": "^9.23.0",
    "fast-deep-equal": "^3.1.3",
    "husky": "^9.0.10",
    "lint-staged": "^15.5.0",
    "pinst": "^3.0.0",
    "react-fast-compare": "^3.2.2",
    "rimraf": "^6.0.1",
    "semantic-release": "^24.2.3",
    "typescript": "^5.8.2",
    "vitest": "^3.1.1"
  },
  "scripts": {
    "_postinstall": "husky",
    "build": "yarn build:clean && tsc --version && tsc -p ./tsconfig.build.json",
    "build:clean": "rimraf -g ./dist",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "vitest --run",
    "test:coverage": "vitest --run --coverage",
    "benchmark": "vitest bench --run"
  },
  "packageManager": "yarn@4.5.3"
}
