{
  "name": "react-native-v-crypto",
  "version": "1.0.0",
  "description": "react-native virgil crypto fork",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "jest index.spec.js src"
  },
  "dependencies": {
    "@virgilsecurity/crypto-types": "1.1.1",
    "buffer": "^5.4.3"
  },
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": ">=0.59.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/runtime": "^7.8.4",
    "babel-jest": "^25.1.0",
    "jest": "^25.1.0",
    "metro-react-native-babel-preset": "^0.58.0",
    "react": "^17.0.1",
    "react-native": "0.64.3"
  },
  "jest": {
    "preset": "react-native"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jlassimahrzia/react-native-virgil-crypto.git"
  },
  "author": "Jlassi Mahrzia",
  "license": "ISC",
  "types": "./index.d.ts",
  "bugs": {
    "url": "https://github.com/jlassimahrzia/react-native-virgil-crypto/issues"
  },
  "homepage": "https://github.com/jlassimahrzia/react-native-virgil-crypto#readme"
}
