{
  "name": "pi-mdxml-context",
  "version": "0.1.12",
  "type": "module",
  "engines": {
    "node": ">=22.6.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node --experimental-strip-types --test tests/converter.golden.test.ts tests/expansion-guard.observability.test.ts tests/runtime-hooks.safety.test.ts tests/preview-recent-store.test.ts",
    "version:check": "node scripts/check-version-bump.mjs"
  },
  "dependencies": {
    "remark-frontmatter": "^5.0.0",
    "remark-gfm": "^4.0.1",
    "remark-parse": "^11.0.0",
    "unified": "^11.0.5"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.73.1",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.0"
  },
  "license": "MIT",
  "description": "Pi extension that converts Markdown context to XML-like structure at model send time",
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "markdown",
    "xml",
    "context"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiei114/pi-mdxml-context.git"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-mdxml-context/issues"
  },
  "homepage": "https://github.com/eiei114/pi-mdxml-context",
  "files": [
    "README.md",
    "CHANGELOG.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "LICENSE",
    "index.ts"
  ],
  "publishConfig": {
    "access": "public"
  }
}
