@tiptap/extension-highlight
Advanced tools
+17
-18
| { | ||
| "name": "@tiptap/extension-highlight", | ||
| "version": "3.24.0", | ||
| "description": "highlight extension for tiptap", | ||
| "version": "3.23.6", | ||
| "homepage": "https://tiptap.dev", | ||
| "keywords": [ | ||
@@ -10,3 +9,9 @@ "tiptap", | ||
| ], | ||
| "homepage": "https://tiptap.dev", | ||
| "license": "MIT", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/ueberdosis/tiptap", | ||
| "directory": "packages/extension-highlight" | ||
| }, | ||
| "funding": { | ||
@@ -16,3 +21,10 @@ "type": "github", | ||
| }, | ||
| "files": [ | ||
| "src", | ||
| "dist" | ||
| ], | ||
| "type": "module", | ||
| "main": "dist/index.cjs", | ||
| "module": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "exports": { | ||
@@ -28,24 +40,11 @@ ".": { | ||
| }, | ||
| "main": "dist/index.cjs", | ||
| "module": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "files": [ | ||
| "src", | ||
| "dist" | ||
| ], | ||
| "devDependencies": { | ||
| "@tiptap/core": "^3.23.6" | ||
| "@tiptap/core": "^3.24.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "@tiptap/core": "3.23.6" | ||
| "@tiptap/core": "3.24.0" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/ueberdosis/tiptap", | ||
| "directory": "packages/extension-highlight" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "lint": "prettier ./src/ --check && eslint --cache --quiet --no-error-on-unmatched-pattern ./src/" | ||
| "build": "tsup" | ||
| } | ||
| } |
31637
-0.33%