{
  "name": "@aemforms/eslint-plugin",
  "version": "1.0.24",
  "description": "ESLint rules for AEM Adaptive Forms design-canon + correctness checks — the JS-anchored subset of performance-bot's analyzers, sharing its matcher modules.",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "eslint",
    "eslintplugin",
    "aem",
    "adaptive-forms",
    "design-canon"
  ],
  "peerDependencies": {
    "eslint": ">=8.57.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adobe-aem-forms/performance-bot.git",
    "directory": "eslint-plugin"
  },
  "license": "MIT"
}
