{
  "name": "@alint-js/agent-apeira",
  "type": "module",
  "version": "0.7.1",
  "description": "Apeira-backed agent adapter for alint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moeru-ai/alint.git",
    "directory": "packages/agent-apeira"
  },
  "keywords": [
    "alint",
    "agent",
    "ai",
    "apeira"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@alint-js/core": "0.7.1"
  },
  "dependencies": {
    "apeira": "^0.0.7"
  },
  "devDependencies": {
    "@alint-js/core": "0.7.1"
  },
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --config vitest.config.ts"
  }
}