{
  "name": "@page-speed/markdown-to-jsx",
  "version": "0.0.10",
  "description": "Performance-optimized, tree-shakable React markdown renderer for DashTrack ecosystem",
  "license": "BSD-3-Clause",
  "private": false,
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./core": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/core/index.js",
      "require": "./dist/core/index.cjs"
    },
    "./hooks": {
      "types": "./dist/hooks/index.d.ts",
      "import": "./dist/hooks/index.js",
      "require": "./dist/hooks/index.cjs"
    },
    "./overrides": {
      "types": "./dist/overrides/index.d.ts",
      "import": "./dist/overrides/index.js",
      "require": "./dist/overrides/index.cjs"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.js",
      "require": "./dist/utils/index.cjs"
    }
  },
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "clean": "rimraf dist",
    "lint": "eslint src --ext .ts,.tsx",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "bundle-analysis": "node scripts/analyze-bundle.mjs",
    "prepack": "pnpm run build",
    "prepublishOnly": "pnpm run test && pnpm run build"
  },
  "dependencies": {
    "markdown-to-jsx": "^7.5.0"
  },
  "peerDependencies": {
    "@page-speed/img": ">=0.4.6",
    "@page-speed/pressable": "0.1.2",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "peerDependenciesMeta": {
    "@page-speed/img": {
      "optional": true
    },
    "@page-speed/pressable": {
      "optional": true
    }
  },
  "devDependencies": {
    "@page-speed/img": "0.4.10",
    "@testing-library/jest-dom": "^6.1.5",
    "@testing-library/react": "^14.1.2",
    "@types/node": "^20.17.6",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^8.46.0",
    "@typescript-eslint/parser": "^8.46.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^9.37.0",
    "jsdom": "^23.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^5.0.5",
    "tsup": "^8.0.1",
    "typescript": "^5.6.2",
    "vitest": "^3.2.4"
  },
  "keywords": [
    "markdown",
    "react",
    "jsx",
    "page-speed",
    "dashtrack",
    "performance",
    "tree-shakable"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opensite-ai/markdown-to-jsx.git"
  }
}
