{
  "name": "automd",
  "version": "0.4.3",
  "description": "Your automated markdown maintainer!",
  "license": "MIT",
  "repository": "unjs/automd",
  "bin": {
    "automd": "dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    "types": "./dist/index.d.mts",
    "default": "./dist/index.mjs"
  },
  "scripts": {
    "automd": "node src/cli.ts",
    "docs:dev": "cd docs && bun i && bun dev",
    "build": "pnpm automd && obuild",
    "dev": "vitest -u",
    "lint": "oxlint . && oxfmt --check src",
    "format": "pnpm automd && oxlint . --fix && oxfmt --write src",
    "prepack": "pnpm build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags && pnpm build --stub",
    "test": "pnpm lint && pnpm typecheck && vitest run --coverage",
    "typecheck": "tsgo --noEmit --skipLibCheck"
  },
  "dependencies": {
    "@parcel/watcher": "^2.5.6",
    "c12": "^3.3.3",
    "citty": "^0.2.0",
    "consola": "^3.4.2",
    "defu": "^6.1.4",
    "destr": "^2.0.5",
    "didyoumean2": "^7.0.4",
    "magic-string": "^0.30.21",
    "mdbox": "^0.1.1",
    "mlly": "^1.8.0",
    "ofetch": "^1.5.1",
    "pathe": "^2.0.3",
    "perfect-debounce": "^2.1.0",
    "pkg-types": "^2.3.0",
    "scule": "^1.3.0",
    "tinyglobby": "^0.2.15",
    "untyped": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^25.1.0",
    "@typescript/native-preview": "7.0.0-dev.20260129.1",
    "@vitest/coverage-v8": "^4.0.18",
    "automd": "^0.4.2",
    "changelogen": "^0.6.2",
    "obuild": "^0.4.22",
    "oxfmt": "^0.27.0",
    "oxlint": "^1.42.0",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "packageManager": "pnpm@10.28.2"
}
