{
  "name": "@elaraai/east-diagnostics",
  "version": "1.0.68",
  "license": "AGPL-3.0-or-later",
  "type": "module",
  "description": "East-aware diagnostic rules over the TypeScript checker — one shared engine for the editor (tsserver plugin), the agent (headless daemon), and CI.",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    },
    "./tsserver-plugin": {
      "types": "./dist/src/tsserver-plugin.d.ts",
      "default": "./dist/src/tsserver-plugin.js"
    }
  },
  "files": [
    "dist/src",
    "!dist/src/**/*.spec.*",
    "README.md",
    "LICENSE.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elaraai/east-workspace.git",
    "directory": "libs/east-diagnostics"
  },
  "keywords": [
    "east",
    "elara",
    "diagnostics",
    "typescript",
    "lint"
  ],
  "author": "Elara AI Pty Ltd",
  "engines": {
    "node": ">=22.0.0"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.18.1",
    "typescript": "~5.9.2",
    "@elaraai/east": "1.0.68",
    "@elaraai/e3": "1.0.68"
  },
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node --enable-source-maps --test-reporter=spec --test 'dist/test/**/*.spec.js'"
  }
}