{
  "name": "@polygonlabs/apps-team-lint",
  "version": "2.2.2",
  "description": "Shared lint configurations for Polygon Typescript (Apps Team)",
  "license": "Apache-2.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/0xPolygon/apps-team-packages.git",
    "directory": "packages/apps-team-lint"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./astro": {
      "types": "./dist/astro.d.ts",
      "default": "./dist/astro.js"
    },
    "./commitlint": {
      "types": "./dist/commitlint.d.ts",
      "default": "./dist/commitlint.js"
    },
    "./markdownlint": {
      "types": "./dist/markdownlint.d.ts",
      "default": "./dist/markdownlint.js"
    }
  },
  "files": [
    "dist/",
    "MIGRATION.md"
  ],
  "dependencies": {
    "@commitlint/config-conventional": "^19.0.0",
    "@typescript-eslint/utils": "^8.56.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-astro": "^1.7.0",
    "eslint-plugin-import-x": "^4.16.2",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-perfectionist": "^5.6.0",
    "globals": "^17.4.0",
    "typescript-eslint": "^8.56.1"
  },
  "peerDependencies": {
    "eslint": "^10.0.0",
    "typescript": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@commitlint/types": "^19.0.0",
    "@tsconfig/node-ts": "^23.0.0",
    "@tsconfig/node24": "^24.0.0",
    "@typescript-eslint/rule-tester": "8.57.2",
    "markdownlint": "^0.40.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.3"
  },
  "scripts": {
    "build": "pnpm run typecheck && tsc -b tsconfig.lib.json",
    "build:clean": "pnpm run typecheck && rm -rf dist out-tsc *.tsbuildinfo && tsc -b tsconfig.lib.json",
    "typecheck": "tsc -b",
    "test": "vitest run",
    "lint": "eslint .",
    "clean": "rm -rf node_modules dist out-tsc *.tsbuildinfo"
  }
}