{
  "name": "chai-exclude",
  "version": "3.0.1",
  "description": "Exclude keys to compare from a deep equal operation with chai expect and assert",
  "type": "module",
  "main": "chai-exclude.js",
  "types": "chai-exclude.d.ts",
  "author": "Saugat Acharya <mesaugat@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/mesaugat/chai-exclude",
  "files": [
    "chai-exclude.js",
    "chai-exclude.d.ts"
  ],
  "scripts": {
    "test": "mocha --reporter spec --recursive --colors *.test.js",
    "lint": "standard --fix"
  },
  "keywords": [
    "chai",
    "assert",
    "expect",
    "exclude",
    "chai-plugin",
    "chai-exclude"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mesaugat/chai-exclude"
  },
  "bugs": {
    "url": "https://github.com/mesaugat/chai-exclude/issues"
  },
  "devDependencies": {
    "@types/chai": "^4.3.16",
    "chai": "^5.1.1",
    "mocha": "^10.6.0",
    "standard": "^17.0.0"
  },
  "dependencies": {
    "fclone": "^1.0.11"
  },
  "peerDependencies": {
    "chai": ">= 5"
  }
}
