{
  "name": "solid-authn-react-native",
  "version": "2.0.3",
  "description": "Solid-OIDC auth for React-Native Expo",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "jest --coverage",
    "docs": "typedoc",
    "prepublishOnly": "npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/o-development/solid-authn-react-native.git"
  },
  "author": "Jackson Morgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/o-development/solid-authn-react-native/issues"
  },
  "homepage": "https://github.com/o-development/solid-authn-react-native#readme",
  "files": [
    "dist"
  ],
  "keywords": [
    "solid",
    "authentication",
    "react-native",
    "expo"
  ],
  "dependencies": {
    "@inrupt/solid-client-authn-browser": "1.12.3",
    "@inrupt/solid-client-authn-node": "1.12.3",
    "@react-native-async-storage/async-storage": "^1.17.11",
    "base-64": "^1.0.0",
    "expo-secure-store": "~12.0.0",
    "expo-web-browser": "^12.0.0",
    "localstorage-polyfill": "^1.0.1",
    "msrcrypto": "^1.5.8",
    "react-native-get-random-values": "^1.8.0",
    "react-native-url-polyfill": "^1.3.0",
    "text-encoding-polyfill": "^0.6.7",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/base-64": "^1.0.0",
    "@types/jest": "^29.2.4",
    "@types/react-native": "^0.70.7",
    "@types/whatwg-url": "^11.0.0",
    "@typescript-eslint/eslint-plugin": "^5.45.1",
    "@typescript-eslint/parser": "^5.45.1",
    "eslint": "^8.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.3.1",
    "prettier": "^2.8.0",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.21",
    "typedoc-plugin-markdown": "^3.14.0",
    "typescript": "^4.9.3"
  }
}
