{
  "name": "@mrsf/marp-mrsf",
  "version": "0.4.12",
  "description": "Marpit/Marp plugin for rendering Sidemark/MRSF review comments",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "browser": {
        "import": "./dist/browser.js",
        "types": "./dist/browser.d.ts"
      },
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./browser": {
      "import": "./dist/browser.js",
      "types": "./dist/browser.d.ts"
    },
    "./style.css": "./dist/style.css",
    "./controller": {
      "import": "./dist/controller.js",
      "types": "./dist/controller.d.ts"
    }
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "node ../sync-types.mjs && node esbuild.config.mjs",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit",
    "prepublishOnly": "cp ../../LICENSE . && npm run build && npm test",
    "postpublish": "rm -f LICENSE"
  },
  "keywords": [
    "marp",
    "marpit",
    "markdown",
    "review",
    "sidecar",
    "mrsf",
    "sidemark",
    "comments",
    "annotation",
    "rendering",
    "presentation"
  ],
  "license": "MIT",
  "author": "Wictor Wilén (https://github.com/wictorwilen)",
  "homepage": "https://github.com/wictorwilen/MRSF/tree/main/plugins/marp#readme",
  "bugs": {
    "url": "https://github.com/wictorwilen/MRSF/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wictorwilen/MRSF.git",
    "directory": "plugins/marp"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "dist/style.css",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@mrsf/cli": "^0.5.0"
  },
  "devDependencies": {
    "@marp-team/marp-core": "^4.3.0",
    "@marp-team/marpit": "^3.2.1",
    "@types/markdown-it": "^14.1.2",
    "@types/node": "^22.13.10",
    "@vitest/coverage-v8": "^3.2.4",
    "esbuild": "^0.27.3",
    "markdown-it": "^14.1.0",
    "typescript": "^5.8.2",
    "vitest": "^3.2.4"
  }
}
