{
  "name": "json-deep-compare",
  "version": "1.1.3",
  "description": "A powerful library for comparing JSON objects with support for deep comparison, regex validation, and customizable options",
  "homepage": "https://ashmeetsehgal.com/tools/json-compare",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./cjs/index.js"
    }
  },
  "type": "commonjs",
  "types": "../types/index.d.ts",
  "files": [
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "json",
    "compare",
    "deep",
    "diff",
    "object",
    "comparison",
    "regex",
    "validation"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "author": "Ashmeet Sehgal (ashmeetsehgal.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ashmeetsehgal/json-deep-compare.git"
  },
  "bugs": {
    "url": "https://github.com/ashmeetsehgal/json-deep-compare/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ashmeetsehgal"
  },
  "bundlesize": [
    {
      "path": "./dist/cjs/*.js",
      "maxSize": "10 kB"
    },
    {
      "path": "./dist/esm/*.js",
      "maxSize": "10 kB"
    }
  ]
}