{
  "name": "tiny-is-equal",
  "version": "1.1.1",
  "description": "Tiny & Fast is-equal check with various ES6 objects.",
  "bugs": "https://github.com/eunbae0/tiny-is-equal/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/eunbae0/tiny-is-equal"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rslib build",
    "check": "biome check --write",
    "dev": "rslib build --watch",
    "format": "biome format --write",
    "test": "vitest run",
    "benchmark:simple": "node benchmark/simple/performance.cjs --export-gc && node benchmark/simple/performance.mjs --expose-gc",
    "benchmark:complex": "node benchmark/complex/performance.cjs --export-gc && node benchmark/complex/performance.mjs --expose-gc"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.3",
    "@rslib/core": "^0.0.18",
    "@types/node": "^22.8.1",
    "benchmark": "^2.1.4",
    "deep-eql": "^5.0.2",
    "deep-equal": "^2.2.3",
    "dequal": "^2.0.3",
    "es-toolkit": "^1.27.0",
    "fast-deep-equal": "^3.1.3",
    "lodash": "^4.17.21",
    "mitata": "^1.0.10",
    "typescript": "^5.6.3",
    "underscore": "^1.13.7",
    "vitest": "^2.1.4"
  },
  "keywords": [
    "tiny-is-equal",
    "tiny",
    "is-equal",
    "equal",
    "deep-equal",
    "deep-eql",
    "object"
  ],
  "license": "MIT",
  "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}