{
  "name": "@vxrn/mdx",
  "version": "1.21.12",
  "type": "commonjs",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./types/index.d.ts",
      "// 👋 note - import === require here, mdx-bundler is cjs only must await import() this package": "./",
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "src",
    "types",
    "dist"
  ],
  "scripts": {
    "build": "tamagui-build --skip-native --bundle --bundle-modules",
    "clean": "tamagui-build clean",
    "clean:build": "tamagui-build clean:build",
    "lint": "biome check src",
    "lint:fix": "biome check --write src",
    "typecheck": "tsc --noEmit",
    "watch": "bun run build --watch"
  },
  "tamagui-build": {
    "bundleExternal": [
      "mdx-bundler",
      "@mdx-js/mdx",
      "sharp"
    ]
  },
  "optionalDependencies": {
    "sharp": "^0.35.3"
  },
  "dependencies": {
    "compare-versions": "^4.1.3",
    "github-slugger": "^2.0.0",
    "esbuild-wasm": "^0.25.11",
    "fast-glob": "^3.3.3",
    "gray-matter": "^4.0.3",
    "hast-util-to-html": "^8.0.3",
    "hast-util-to-string": "^2.0.0",
    "mdx-bundler": "^10.0.2",
    "parse-numeric-range": "^1.3.0",
    "reading-time": "1.3.0",
    "refractor": "^4.7.0",
    "rehype": "^12.0.1",
    "rehype-autolink-headings": "^6.1.1",
    "rehype-parse": "^8.0.4",
    "rehype-slug": "^5.0.1",
    "remark-gfm": "^4.0.1",
    "remark-smartypants": "^3.0.2",
    "shiki": "1.3.0",
    "unified": "^10.1.2",
    "unist-util-visit": "^2.0.3"
  },
  "devDependencies": {
    "@tamagui/build": "2.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/onejs/one.git",
    "directory": "packages/mdx"
  }
}
