{
  "name": "datocms-plugin-record-comments",
  "homepage": "https://github.com/datocms/plugins/tree/master/record-comments#readme",
  "version": "1.1.13",
  "author": "DatoCMS <support@datocms.com>",
  "description": "A plugin that allows you and your project collaborators to leave comments under a record",
  "keywords": [
    "datocms",
    "datocms-plugin",
    "sidebar-panel",
    "comments",
    "collaboration"
  ],
  "type": "module",
  "datoCmsPlugin": {
    "title": "Record comments",
    "previewImage": "docs/demo.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html",
    "permissions": [
      "currentUserAccessToken"
    ]
  },
  "files": [
    "dist",
    "docs"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build",
    "test": "vitest",
    "test:unit": "vitest run",
    "test:unit:watch": "vitest",
    "test:unit:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@datocms/cma-client-browser": "^5.3.0",
    "@tiptap/extension-mention": "^3.22.0",
    "@tiptap/extension-placeholder": "^3.22.0",
    "@tiptap/pm": "^3.22.0",
    "@tiptap/react": "^3.22.0",
    "@tiptap/starter-kit": "^3.22.0",
    "@tiptap/suggestion": "^3.22.0",
    "datocms-plugin-sdk": "^2.1.1",
    "datocms-react-ui": "^2.1.4",
    "javascript-time-ago": "^2.6.4",
    "md5": "^2.3.0",
    "react": "^19.2.4",
    "react-datocms": "^8.0.2",
    "react-dom": "^19.2.4",
    "react-time-ago": "^7.4.4"
  },
  "devDependencies": {
    "@types/md5": "^2.3.6",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.2.0",
    "@vitest/coverage-v8": "^4.1.2",
    "jsdom": "^28.1.0",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.0.18"
  },
  "overrides": {
    "datocms-react-ui": {
      "react-intersection-observer": "^9.16.0",
      "react": "$react",
      "react-dom": "$react-dom"
    }
  }
}
