{
  "name": "@fedify/lint",
  "version": "2.3.1",
  "description": "Fedify linting rules and plugins",
  "keywords": [
    "Fedify",
    "ActivityPub",
    "Fediverse",
    "Lint",
    "ESLint",
    "ESLint Plugin",
    "oxlint",
    "oxc"
  ],
  "author": {
    "name": "Chanhaeng Lee",
    "email": "2chanhaeng@gmail.com",
    "url": "https://chomu.dev/"
  },
  "homepage": "https://fedify.dev/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fedify-dev/fedify.git",
    "directory": "packages/lint"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fedify-dev/fedify/issues"
  },
  "funding": [
    "https://opencollective.com/fedify",
    "https://github.com/sponsors/dahlia"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./oxlint": {
      "types": "./dist/oxlint.d.ts",
      "import": "./dist/oxlint.js",
      "require": "./dist/oxlint.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "deno.json",
    "package.json"
  ],
  "peerDependencies": {
    "eslint": ">=9.0.0",
    "@fedify/fedify": "^2.3.1"
  },
  "peerDependenciesMeta": {
    "eslint": {
      "optional": true
    }
  },
  "dependencies": {
    "@fxts/core": "^1.20.0",
    "@typescript-eslint/parser": "^8.49.0",
    "@typescript-eslint/utils": "^8.0.0"
  },
  "devDependencies": {
    "@types/eslint": "^9.0.0",
    "@types/estree": "^1.0.9",
    "eslint": "^9.0.0",
    "oxlint": "^1.66.0",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.0",
    "@fedify/fixture": "2.0.0"
  },
  "scripts": {
    "build:self": "tsdown",
    "build": "pnpm --filter @fedify/lint... run build:self",
    "prepublish": "pnpm build",
    "test": "node --experimental-transform-types --test 'src/tests/**/*.test.ts'"
  }
}