{
  "name": "react-native-digital-signature",
  "version": "0.2.0",
  "description": "A native implementation of RSA key generation and encryption/decryption.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "rsa",
    "digital-signature",
    "signature"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/roxanne-4731/react-native-digital-signature.git"
  },
  "bugs": {
    "url": "https://github.com/roxanne-4731/react-native-digital-signature.git/issues"
  },
  "author": {
    "name": "Roxanne"
  },
  "license": "MIT",
  "homepage": "https://github.com/roxanne-4731/react-native-digital-signature.git#readme"
}
