{
  "name": "@alint-js/core",
  "type": "module",
  "version": "0.6.0",
  "description": "Public rule and plugin SDK and run engine for alint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moeru-ai/alint.git",
    "directory": "packages/core"
  },
  "keywords": [
    "alint",
    "lint",
    "linter",
    "ai",
    "code-analysis",
    "sdk"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./agent": {
      "types": "./dist/agent.d.mts",
      "default": "./dist/agent.mjs"
    },
    "./dsl": {
      "types": "./dist/dsl.d.mts",
      "default": "./dist/dsl.mjs"
    },
    "./structured-output": {
      "types": "./dist/structured-output.d.mts",
      "default": "./dist/structured-output.mjs"
    },
    "./languages/js": {
      "types": "./dist/languages-js.d.mts",
      "default": "./dist/languages-js.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@moeru/std": "^0.1.0-beta.20",
    "@valibot/to-json-schema": "^1.7.1",
    "@xsai/generate-text": "^0.5.0-beta.8",
    "@xsai/shared-chat": "^0.5.0-beta.8",
    "@xsai/stream-text": "^0.5.0-beta.8",
    "@xsai/tool": "^0.5.0-beta.8",
    "es-toolkit": "^1.50.0",
    "minimatch": "^10.2.6",
    "oxc-parser": "^0.142.0",
    "pathe": "^2.0.3",
    "proper-lockfile": "4.1.2",
    "valibot": "^1.4.2",
    "@alint-js/utils": "0.6.0"
  },
  "devDependencies": {
    "@types/proper-lockfile": "4.1.4",
    "effect": "^3.22.1",
    "sury": "^11.0.0-rc.0"
  },
  "scripts": {
    "bench": "vitest bench --config vitest.config.ts",
    "build": "tsdown",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --config vitest.config.ts"
  }
}