{
  "name": "@vulture916/markus",
  "version": "1.1.6",
  "description": "MarkUS is a drop-in visual review and annotation layer for any website.",
  "main": "markus.js",
  "unpkg": "markus.js",
  "jsdelivr": "markus.js",
  "files": [
    "markus.js",
    "annotate.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "bunx serve . --listen 4200 --no-clipboard",
    "demo": "bunx serve . --listen 4200 --no-clipboard",
    "pages:build": "rm -rf _site && mkdir -p _site && cp index.html annotate.js logo.png .nojekyll CNAME LICENSE README.md package.json _site/ && cp -R examples _site/examples",
    "deploy:pages": "bun run pages:build",
    "publish:npm": "bun publish --access public",
    "test": "playwright test",
    "test:chromium": "playwright test --project=chromium",
    "test:mobile": "playwright test --project=mobile-chrome --project=mobile-safari",
    "test:report": "playwright show-report"
  },
  "keywords": [
    "annotation",
    "comments",
    "review",
    "feedback",
    "highlight",
    "markup",
    "proofing",
    "markus",
    "no-backend",
    "localstorage",
    "vanilla-js"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reviewjs/annotate.git"
  },
  "homepage": "https://reviewjs.com",
  "bugs": {
    "url": "https://github.com/reviewjs/annotate/issues"
  },
  "directories": {
    "example": "examples"
  },
  "author": "Akash Goswami",
  "devDependencies": {
    "@playwright/test": "^1.61.0"
  }
}
