{
  "name": "@modern-js/module-tools-docs",
  "description": "Shared documentation of Modern.js Module",
  "homepage": "https://modernjs.dev/module-tools",
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/modern.js",
    "directory": "packages/document/module-doc"
  },
  "license": "MIT",
  "version": "2.70.4",
  "main": "index.js",
  "devDependencies": {
    "@modern-js/doc-plugin-auto-sidebar": "2.58.1",
    "@rspress/shared": "1.44.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rspress": "1.44.0"
  },
  "scripts": {
    "dev": "rspress dev",
    "build": "rspress build",
    "preview": "rspress preview"
  }
}