{
  "name": "@fedify/lint",
  "version": "2.3.1",
  "license": "MIT",
  "exports": {
    ".": "./src/mod.ts",
    "./oxlint": "./src/oxlint.ts"
  },
  "imports": {
    "eslint": "npm:eslint@^9.0.0",
    "estree": "npm:@types/estree@^1.0.8",
    "oxlint": "npm:oxlint@^1.66.0"
  },
  "publish": {
    "exclude": [
      "**/*.test.ts",
      "tsdown.config.ts"
    ]
  },
  "tasks": {
    "test": "deno test --allow-env --allow-read --allow-run --allow-sys --allow-write"
  }
}
