sourabhrealtime
Version:
ROBUST RICH TEXT EDITOR: Single-pane contentEditable with direct text selection formatting, speech features, undo/redo, professional UI - Perfect TipTap alternative
32 lines • 791 B
JSON
{
"name": "sourabhrealtime",
"version": "4.2.7",
"description": "ROBUST RICH TEXT EDITOR: Single-pane contentEditable with direct text selection formatting, speech features, undo/redo, professional UI - Perfect TipTap alternative",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"build": "node simple-build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"saas",
"collaboration",
"speech-to-text",
"text-to-speech",
"history-panel",
"advanced-editor",
"best-in-class"
],
"author": "Sourabh Punase",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"socket.io-client": "^4.6.0"
}
}