{
  "name": "@novauth/react-native-fido2",
  "version": "0.1.6",
  "description": "A FIDO2 API wrapper for React Native",
  "type": "module",
  "keywords": [
    "react-native",
    "fido2",
    "android"
  ],
  "author": {
    "name": "Matteo Agnoletto",
    "email": "info@epmatt.com",
    "url": "https://epmatt.com"
  },
  "homepage": "https://github.com/novauth/novauth/tree/main/packages/react-native-fido2#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*",
    "android/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/novauth/novauth.git",
    "baseUrl": "https://github.com/novauth/novauth"
  },
  "scripts": {
    "build": "tsc --build",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/novauth/novauth/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-native": ">=0.68.0 <1.0.x"
  },
  "devDependencies": {
    "@types/base-64": "^1.0.0",
    "react": "^17.0.2",
    "react-native": "^0.68.2",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "base-64": "^1.0.0"
  },
  "gitHead": "f87408d0411204940e6399bab1ce230f570f0cd9"
}
