{
  "name": "@nandithebull/myst-oxa",
  "version": "0.1.8",
  "description": "MyST Markdown <-> OXA document parse/render pipeline",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json && esbuild index.ts --bundle --format=esm --outfile=dist/index.js --sourcemap --packages=external --platform=node",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@panproto/core": "^0.43.0",
    "js-yaml": "^4.1.1",
    "myst-frontmatter": "^1.9.5",
    "myst-parser": "^1.7.2",
    "myst-to-html": "^1.7.1",
    "rehype-stringify": "^9.0.3",
    "unified": "^10.1.2"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "esbuild": "^0.28.0",
    "typescript": "^5.7.3"
  },
  "license": "MIT",
  "homepage": "https://latha.org",
  "repository": {
    "type": "git",
    "url": "https://tangled.org/nandi.latha.org/science",
    "directory": "packages/myst-oxa"
  },
  "keywords": [
    "myst",
    "markdown",
    "oxa",
    "atproto",
    "lens",
    "isomorphism"
  ],
  "pnpm": {
    "overrides": {
      "hast": "npm:rehype",
      "mdast": "npm:remark"
    }
  }
}
