{
  "name": "@alint-js/config",
  "type": "module",
  "version": "0.6.0",
  "description": "Configuration loading and setup utilities for alint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moeru-ai/alint.git",
    "directory": "packages/config"
  },
  "keywords": [
    "alint",
    "lint",
    "configuration",
    "ai"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@moeru/std": "^0.1.0-beta.20",
    "@package-json/types": "^0.0.13",
    "apeira": "^0.0.7",
    "c12": "^4.0.0-beta.5",
    "chokidar": "^5.0.0",
    "es-toolkit": "^1.50.0",
    "jiti": "^2.7.0",
    "minimatch": "^10.2.6",
    "ofetch": "^1.5.1",
    "pathe": "^2.0.3",
    "resolve.exports": "2.0.3",
    "smol-toml": "^1.7.1",
    "tar-stream": "^3.2.0",
    "valibot": "^1.4.2",
    "xdg-basedir": "^5.1.0",
    "@alint-js/core": "0.6.0",
    "@alint-js/tools-fs": "0.6.0",
    "@alint-js/utils": "0.6.0"
  },
  "devDependencies": {
    "@types/tar-stream": "^3.1.4",
    "h3": "2.0.1-rc.25"
  },
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --config vitest.config.ts"
  }
}