{
  "name": "@modern-js/eslint-config",
  "version": "2.59.0",
  "description": "A Progressive React Framework for modern web development.",
  "homepage": "https://modernjs.dev",
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/modern.js",
    "directory": "packages/review/eslint-config"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "dependencies": {
    "@modern-js-app/eslint-config": "2.59.0"
  },
  "devDependencies": {
    "eslint": "^8.28.0",
    "eslint-find-rules": "^4.1.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public",
    "provenance": true
  },
  "main": "index.js",
  "scripts": {
    "check": "eslint-find-rules --unused index.js"
  }
}