{
  "name": "@docs.plus/extension-hypermultimedia",
  "version": "2.0.0",
  "description": "Tiptap extension for embedded multimedia: images, audio, video, YouTube, Vimeo, SoundCloud, Spotify, Loom, and X — with resize, captions, and a media toolbar",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./styles.css": "./dist/styles.css",
    "./package.json": "./package.json"
  },
  "author": "Hossein Marzban",
  "license": "MIT",
  "type": "module",
  "sideEffects": [
    "**/*.css"
  ],
  "homepage": "https://github.com/docs-plus/docs.plus/tree/main/extensions/extension-hypermultimedia#readme",
  "bugs": {
    "url": "https://github.com/docs-plus/docs.plus/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/docs-plus/docs.plus",
    "directory": "extensions/extension-hypermultimedia"
  },
  "scripts": {
    "build": "NODE_ENV=production bunx tsup",
    "dev": "bunx tsup --watch",
    "typecheck": "tsc --noEmit",
    "playground": "bun --hot docs-playground --entry ./test/playground/main.ts --port 5174 --readme-media-dir ./assets/readme-media",
    "docs:screenshots": "bun run --filter @docs.plus/extension-hyperlink build && bun run build && bunx start-server-and-test playground http://127.0.0.1:5174 'bunx cypress run --config specPattern=cypress/docs/**/*.cy.ts'",
    "pretest": "bun run build",
    "test": "bunx start-server-and-test playground http://127.0.0.1:5174 cypress:run",
    "test:e2e": "bunx start-server-and-test playground http://127.0.0.1:5174 cypress:run",
    "test:e2e:watch": "bunx start-server-and-test playground http://127.0.0.1:5174 cypress:open",
    "cypress:run": "bunx cypress run",
    "cypress:open": "bunx cypress open",
    "prepack": "bunx release-prepack",
    "prepublishOnly": "bunx release-preflight"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "tiptap",
    "tiptap extension",
    "rich-text-editor",
    "embed",
    "multimedia",
    "floating-ui",
    "image",
    "video",
    "audio",
    "loom",
    "youtube",
    "vimeo",
    "soundcloud",
    "spotify",
    "x",
    "twitter",
    "prosemirror",
    "docs.plus"
  ],
  "peerDependencies": {
    "@tiptap/core": "^3.22.3",
    "@tiptap/pm": "^3.22.3"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.7.6"
  },
  "devDependencies": {
    "@docs.plus/extension-hyperlink": "2.0.0",
    "@docs.plus/floating-popover": "0.0.0",
    "@docs.plus/floating-tooltip": "0.0.0",
    "@docs.plus/playground": "0.0.0",
    "@docs.plus/release-tooling": "0.1.0",
    "@tiptap/core": "^3.22.3",
    "@tiptap/markdown": "^3.22.3",
    "@tiptap/pm": "^3.22.3",
    "@tiptap/starter-kit": "^3.22.3",
    "cypress": "^15.13.1",
    "cypress-real-events": "^1.15.0",
    "eslint": "^9.39.4",
    "start-server-and-test": "^2.1.0",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  }
}
