{
  "name": "eslint-plugin-chai-expect",
  "version": "4.1.0",
  "description": "ESLint plugin that checks for common chai.js expect() mistakes",
  "keywords": [
    "chai",
    "eslint",
    "eslint-plugin",
    "eslintplugin"
  ],
  "homepage": "https://github.com/Turbo87/eslint-plugin-chai-expect",
  "bugs": "https://github.com/Turbo87/eslint-plugin-chai-expect/issues",
  "license": "MIT",
  "author": "Tobias Bieniek <tobias.bieniek@gmail.com>",
  "contributors": [
    "Brett Zamir"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Turbo87/eslint-plugin-chai-expect"
  },
  "scripts": {
    "lint": "eslint ./",
    "test": "npm run lint && npm run unit-test",
    "unit-test": "nyc mocha tests/**/*.mjs"
  },
  "peerDependencies": {
    "eslint": ">=2.0.0 <=10.x"
  },
  "dependencies": {},
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "chai": "6.2.2",
    "eslint": "10.0.3",
    "globals": "17.4.0",
    "import-from": "4.0.0",
    "mocha": "11.7.5",
    "nyc": "17.1.0"
  },
  "engines": {
    "node": ">= 20"
  },
  "greenkeeper": {
    "ignore": [
      "eslint"
    ]
  }
}
