{
  "name": "lintmax",
  "version": "0.1.83",
  "description": "The #1 anti AI slop typescript tooling. Designed for coding agents, not humans.",
  "keywords": [
    "agent",
    "ai",
    "anti-slop",
    "biome",
    "claude",
    "code-quality",
    "coding-agent",
    "cursor",
    "eslint",
    "formatter",
    "lint",
    "linter",
    "llm",
    "oxlint",
    "prettier",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/1qh/lintmax"
  },
  "license": "MIT",
  "author": "1qh",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./eslint": {
      "types": "./dist/eslint.d.mts",
      "import": "./dist/eslint.mjs"
    },
    "./tsconfig": "./tsconfig.json",
    "./tsconfig.json": "./tsconfig.json"
  },
  "bin": {
    "lintmax": "dist/cli.mjs"
  },
  "files": [
    "dist",
    "tsconfig.json",
    "oxlintrc.json"
  ],
  "scripts": {
    "build": "tsdown",
    "check": "bun dist/cli.mjs check",
    "fix": "bun dist/cli.mjs fix",
    "prepublishOnly": "bun run build",
    "postpublish": "bun ../../tools/prune-versions.ts",
    "smoke": "bun script/smoke.ts",
    "test": "bun script/test-magic.ts && bun script/test-coverage.ts"
  },
  "dependencies": {
    "@biomejs/biome": "latest",
    "@dprint/dockerfile": "latest",
    "@eslint-react/eslint-plugin": "latest",
    "@eslint/compat": "latest",
    "@eslint/js": "latest",
    "@next/eslint-plugin-next": "latest",
    "@types/bun": "latest",
    "@types/react": "latest",
    "@types/react-dom": "latest",
    "dprint": "latest",
    "eslint": "^9",
    "eslint-plugin-better-tailwindcss": "latest",
    "eslint-plugin-erasable-syntax-only": "latest",
    "eslint-plugin-package-json": "latest",
    "eslint-plugin-perfectionist": "latest",
    "eslint-plugin-prefer-arrow-functions": "latest",
    "eslint-plugin-react": "latest",
    "eslint-plugin-react-hooks": "latest",
    "eslint-plugin-regexp": "latest",
    "eslint-plugin-sonarjs": "latest",
    "eslint-plugin-turbo": "latest",
    "oxc-parser": "latest",
    "oxlint": "latest",
    "prettier": "latest",
    "sort-package-json": "latest",
    "tombi": "latest",
    "typescript": "~6.0.3",
    "typescript-eslint": "latest"
  }
}
