{
  "name": "@maxedapps/pi-mdr",
  "version": "0.1.0",
  "description": "Render Markdown from Pi with the external MDR CLI",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "markdown",
    "mdr"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxedapps/pi-mdr.git"
  },
  "homepage": "https://github.com/maxedapps/pi-mdr#readme",
  "bugs": {
    "url": "https://github.com/maxedapps/pi-mdr/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.ts",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node test/run-tests.mjs",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=22.19"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.80.10",
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typebox": "1.1.38",
    "typescript": "^5.8.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
