{
  "name": "tiptap-annotation-magic",
  "author": "Lucca Baumgärtner <kontakt@luccabaumgaertner.de>",
  "license": "MIT",
  "version": "2.0.0",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepack": "tsc && jest",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/luccalb/tiptap-annotation-magic"
  },
  "keywords": [
    "tiptap",
    "annotation",
    "comments",
    "wysiwyg",
    "nlp"
  ],
  "dependencies": {
    "@tiptap/core": "^2.1.7",
    "@tiptap/pm": "^2.1.7"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "jest": "^29.6.2",
    "prettier": "^3.0.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  }
}
