{
  "name": "@del-wang/equals",
  "version": "1.3.0",
  "type": "module",
  "description": "🟰 Deep and shallow equal comparison for JavaScript",
  "license": "MIT",
  "author": {
    "name": "Del Wang",
    "email": "hello@xbox.work",
    "url": "https://github.com/idootop"
  },
  "keywords": [
    "equals",
    "compare",
    "react",
    "shallowEqual",
    "deepEqual"
  ],
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "types": "./dist/index.d.cts",
  "main": "./dist/index.cjs",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./*": {
      "import": {
        "types": "./dist/*.d.ts",
        "default": "./dist/*.js"
      },
      "require": {
        "types": "./dist/*.d.cts",
        "default": "./dist/*.cjs"
      }
    }
  },
  "engines": {
    "node": ">=18"
  },
  "sideEffects": false,
  "homepage": "https://github.com/idootop/del-toolkit",
  "bugs": "https://github.com/idootop/del-toolkit/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/idootop/del-toolkit.git"
  }
}