highlight-react-text
Version:
A small React library to highlight text
43 lines (42 loc) • 1.12 kB
JSON
{
"name": "highlight-react-text",
"version": "1.0.0",
"description": "A small React library to highlight text",
"main": "lib/index.js",
"module": "lib/index.es.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsmadhusudhan/highlight-react-text.git"
},
"keywords": [
"react",
"text-highlight",
"react hooks"
],
"author": "itsmadhusudhan",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsmadhusudhan/highlight-react-text/issues"
},
"homepage": "https://github.com/itsmadhusudhan/highlight-react-text#readme",
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"@types/react": "*"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"rollup": "^2.21.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.6"
}
}