{
  "name": "@genesislcap/oxlint-config",
  "description": "Oxlint rules derived from @genesislcap/eslint-config",
  "version": "15.16.0",
  "license": "SEE LICENSE IN license.txt",
  "engines": {
    "node": ">=22.0.0"
  },
  "main": ".oxlintrc.json",
  "files": [
    ".oxlintrc.json",
    "README.md",
    "license.txt"
  ],
  "dependencies": {
    "eslint-import-resolver-typescript": "^3.5.5",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-unused-imports": "^4.0.0",
    "oxfmt": "^0.44.0",
    "oxlint": "^1.77.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesislcap/foundation-ui.git",
    "directory": "packages/tooling/build/oxlint-config"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "genx lint -l ox",
    "lint:fix": "genx lint -l ox --fix"
  },
  "gitHead": "2cacfdef54a332ee571ae784b5b7629cf66f050f"
}
