newyork-anthonyng/react-highlight-hooks

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-highlight-hooks",
  "version": "1.1.0",
  "description": "A React hook to highlight words.",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "test.watch": "jest --watch",
    "codecov": "codecov"
  },
  "keywords": [
    "react",
    "highlight",
    "hooks",
    "words",
    "text"
  ],
  "author": "Anthony Ng <newyork.anthonyng@gmail.com> (http://anthonyng.me)",
  "license": "MIT",
  "devDependencies": {
    "@babel/preset-env": "^7.12.1",
    "@testing-library/react-hooks": "^3.4.2",
    "babel-jest": "^26.6.3",
    "codecov": "^3.8.1",
    "jest": "^26.6.3",
    "prettier": "^2.1.2",
    "react": "^17.0.1",
    "react-test-renderer": "^17.0.1"
  },
  "dependencies": {
    "highlight-words-core": "^1.2.2"
  },
  "peerDependencies": {
    "react": "^17.0.1"
  }
}