{
  "name": "@idealyst/markdown",
  "version": "1.3.25",
  "description": "Cross-platform markdown renderer and editor for React and React Native with theme integration",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "types": "src/index.ts",
  "react-native": "src/index.native.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/IdealystIO/idealyst-framework.git",
    "directory": "packages/markdown"
  },
  "author": "Idealyst",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "react-native": "./src/index.native.ts",
      "browser": "./src/index.web.ts",
      "import": "./src/index.ts",
      "require": "./src/index.ts",
      "types": "./src/index.ts"
    },
    "./editor": {
      "react-native": "./src/Editor/index.native.ts",
      "browser": "./src/Editor/index.web.ts",
      "import": "./src/Editor/index.ts",
      "require": "./src/Editor/index.ts",
      "types": "./src/Editor/index.ts"
    },
    "./examples": {
      "import": "./src/examples/index.ts",
      "require": "./src/examples/index.ts",
      "types": "./src/examples/index.ts"
    }
  },
  "scripts": {
    "prepublishOnly": "echo 'Publishing TypeScript source directly'",
    "publish:npm": "npm publish"
  },
  "peerDependencies": {
    "@10play/tentap-editor": ">=0.5.0",
    "@idealyst/theme": "^1.3.25",
    "@tiptap/extension-link": ">=2.0.0",
    "@tiptap/extension-placeholder": ">=2.0.0",
    "@tiptap/extension-task-item": ">=2.0.0",
    "@tiptap/extension-task-list": ">=2.0.0",
    "@tiptap/extension-underline": ">=2.0.0",
    "@tiptap/react": ">=2.0.0",
    "@tiptap/starter-kit": ">=2.0.0",
    "react": ">=16.8.0",
    "react-markdown": ">=9.0.0",
    "react-native": ">=0.60.0",
    "react-native-markdown-display": ">=7.0.0",
    "react-native-unistyles": ">=3.0.0",
    "react-native-webview": ">=13.0.0",
    "remark-gfm": ">=4.0.0",
    "showdown": ">=2.0.0",
    "tiptap-markdown": ">=0.8.0"
  },
  "peerDependenciesMeta": {
    "@10play/tentap-editor": {
      "optional": true
    },
    "@idealyst/theme": {
      "optional": true
    },
    "@tiptap/extension-link": {
      "optional": true
    },
    "@tiptap/extension-placeholder": {
      "optional": true
    },
    "@tiptap/extension-task-item": {
      "optional": true
    },
    "@tiptap/extension-task-list": {
      "optional": true
    },
    "@tiptap/extension-underline": {
      "optional": true
    },
    "@tiptap/react": {
      "optional": true
    },
    "@tiptap/starter-kit": {
      "optional": true
    },
    "react-markdown": {
      "optional": true
    },
    "react-native": {
      "optional": true
    },
    "react-native-markdown-display": {
      "optional": true
    },
    "react-native-unistyles": {
      "optional": true
    },
    "react-native-webview": {
      "optional": true
    },
    "remark-gfm": {
      "optional": true
    },
    "showdown": {
      "optional": true
    },
    "tiptap-markdown": {
      "optional": true
    }
  },
  "devDependencies": {
    "@10play/tentap-editor": "^0.5.0",
    "@idealyst/theme": "^1.3.25",
    "@mdi/js": "^7.4.0",
    "@mdi/react": "^1.6.0",
    "@tiptap/extension-link": "^2.11.0",
    "@tiptap/extension-placeholder": "^2.11.0",
    "@tiptap/extension-task-item": "^2.11.0",
    "@tiptap/extension-task-list": "^2.11.0",
    "@tiptap/extension-underline": "^2.11.0",
    "@tiptap/react": "^2.11.0",
    "@tiptap/starter-kit": "^2.11.0",
    "@types/react": "^19.1.0",
    "@types/showdown": "^2.0.0",
    "react": "^19.1.0",
    "react-markdown": "^9.0.0",
    "react-native": "^0.80.1",
    "react-native-unistyles": "^3.0.10",
    "react-native-webview": "^13.0.0",
    "remark-gfm": "^4.0.0",
    "showdown": "^2.1.0",
    "tiptap-markdown": "^0.8.0",
    "typescript": "^5.0.0"
  },
  "files": [
    "src",
    "README.md"
  ],
  "keywords": [
    "react",
    "react-native",
    "markdown",
    "editor",
    "tiptap",
    "cross-platform",
    "idealyst"
  ]
}
