{
  "name": "react-native-secure-key-store",
  "version": "2.0.10",
  "description": "React Native Library for securely storing keys to iOS and Android devices in KeyChain and KeyStore respectively.",
  "main": "index.js",
  "publishConfig": { 
    "registry": "https://registry.npmjs.org" 
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "index.d.ts",
  "keywords": [
    "react-native",
    "ios",
    "android",
    "KeyChain service",
    "KeyStore service",
    "Device Security"
  ],
  "author": "pradeep singh",
  "license": "ISC",
  "directories": {
    "example": "example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pradeep1991singh/react-native-secure-key-store.git"
  },
  "bugs": {
    "url": "https://github.com/pradeep1991singh/react-native-secure-key-store/issues"
  },
  "homepage": "https://github.com/pradeep1991singh/react-native-secure-key-store#readme"
}
