{
  "name": "@guanghechen/fast-deep-equal",
  "version": "2.3.7",
  "description": "The fastest deep equal with ES6 Map, Set and Typed arrays support.",
  "author": {
    "name": "guanghechen",
    "url": "https://github.com/guanghechen/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/guanghechen/react-kit/tree/@guanghechen/fast-deep-equal@2.3.6",
    "directory": "packages/fast-deep-equal"
  },
  "homepage": "https://github.com/guanghechen/react-kit/tree/@guanghechen/fast-deep-equal@2.3.6/packages/fast-deep-equal#readme",
  "keywords": [
    "lineno string",
    "interval string"
  ],
  "type": "module",
  "exports": {
    "types": "./lib/types/index.d.ts",
    "require": "./lib/cjs/index.cjs",
    "import": "./lib/esm/index.mjs"
  },
  "types": "./lib/types/index.d.ts",
  "main": "./lib/cjs/index.cjs",
  "module": "./lib/esm/index.mjs",
  "source": "./src/index.ts",
  "license": "MIT",
  "engines": {
    "node": ">= 16.0.0"
  },
  "files": [
    "lib/",
    "!lib/**/*.map",
    "package.json",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs",
    "prepublishOnly": "yarn build",
    "test": "node --experimental-vm-modules ../../node_modules/.bin/jest --config ../../jest.config.mjs --rootDir ."
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "rimraf": "^5.0.1",
    "rollup": "^3.28.1"
  },
  "gitHead": "f1fb625c654be1c55e4618b4cd4ddc2f314ddf4b"
}
