{
  "name": "react-native-star-hash",
  "title": "React Native Hash",
  "version": "4.3.7",
  "description": "A hashing library for react-native",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "react",
    "react-native",
    "react-native-hash",
    "hooks",
    "custom-hooks",
    "react-hooks",
    "hash",
    "MD2",
    "MD5",
    "SHA-1",
    "SHA-224",
    "SHA-256",
    "SHA-384",
    "SHA-512",
    "android",
    "keccak",
    "hash-algorithm",
    "hmac"
  ],
  "deprecated": false,
  "license": "Apache-2.0",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "18.3.1",
    "react-native": "0.76.9"
  },
  "devDependencies": {
    "@babel/core": "^7.18.10",
    "@babel/plugin-transform-modules-commonjs": "^7.18.6",
    "babel-jest": "^29.0.1",
    "eslint": "^8.21.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "jest": "^29.0.3"
  },
  "jest": {
    "testRegex": "(/__tests__/.*\\.test\\.js)$",
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "html"
    ]
  }
}
