{
  "name": "fast-is-equal",
  "version": "1.2.7",
  "description": "Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's isEqual—because speed matters.",
  "keywords": [
    "deep-equal",
    "equality",
    "compare",
    "lodash",
    "isEqual",
    "fast",
    "performance",
    "typescript",
    "javascript",
    "react",
    "react-native",
    "vue",
    "angular",
    "object-comparison",
    "array-comparison",
    "deep-comparison",
    "utility",
    "lightweight",
    "zero-dependencies",
    "circular-references",
    "map",
    "set",
    "immutable",
    "benchmark",
    "speed",
    "efficient",
    "alternative",
    "replacement"
  ],
  "homepage": "https://github.com/JairajJangle/fast-is-equal#readme",
  "bugs": {
    "url": "https://github.com/JairajJangle/fast-is-equal/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JairajJangle/fast-is-equal.git"
  },
  "license": "MIT",
  "author": "Jairaj Jangle <reachout.jairaj.jangle@gmail.com> (https://github.com/JairajJangle)",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "provenance": true
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:cov": "jest --coverage --maxWorkers=2 --coverageReporters=\"json-summary\" --coverageReporters=\"html\"",
    "build": "rimraf dist && tsc",
    "prepublishOnly": "npm run build",
    "benchmark": "ts-node --project tsconfig.node.json benchmarks/fastIsEqual.benchmark.ts"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@commitlint/config-conventional": "^20.5.0",
    "@evilmartians/lefthook": "^2.1.4",
    "@release-it/conventional-changelog": "^10.0.6",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.24",
    "commitlint": "^20.5.0",
    "jest": "^30.3.0",
    "lodash": "^4.18.1",
    "rimraf": "^6.1.3",
    "semantic-release": "^25.0.3",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "packageManager": "yarn@4.9.2",
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://www.paypal.com/paypalme/jairajjangle001/usd"
    },
    {
      "type": "individual",
      "url": "https://liberapay.com/FutureJJ/donate"
    },
    {
      "type": "individual",
      "url": "https://ko-fi.com/futurejj"
    }
  ]
}
