js-text-highlighter
Version:
A framework-agnostic text highlighting library that supports virtualized texts
34 lines (33 loc) • 893 B
JSON
{
"name": "js-text-highlighter",
"version": "1.0.1",
"description": "A framework-agnostic text highlighting library that supports virtualized texts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/taha-farzalizadeh/text-highlighter.git"
},
"bugs": {
"url": "https://github.com/taha-farzalizadeh/text-highlighter/issues"
},
"homepage": "https://github.com/taha-farzalizadeh/text-highlighter#readme",
"keywords": [
"highlighter",
"js-text-highlighter",
"text-highlighter",
"js-highlighter",
"virtualized-highlighter",
"virtualized-text-highlighter",
"multi-color-highlighter"
],
"author": "tahaff79@gmail.com",
"license": "MIT",
"devDependencies": {
"typescript": "^4.5.4"
}
}