{
  "name": "@criipto/verify-expo",
  "version": "3.0.4",
  "description": "Accept MitID, NemID, Swedish BankID, Norwegian BankID and more logins in your Expo (React-Native) app",
  "main": "dist/index.js",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "@criipto/oidc": "1.3.2",
    "base-64": "^1.0.0",
    "expo-constants": "^18.0.11",
    "expo-crypto": "~13.0.2",
    "expo-modules-core": "^3.0.28",
    "expo-web-browser": "^14.2.0",
    "js-tokens": "^4.0.0",
    "jwt-decode": "^3.1.2",
    "loose-envify": "^1.4.0",
    "react-native-url-polyfill": "^2.0.0",
    "text-encoding": "^0.7.0"
  },
  "peerDependencies": {
    "expo": "52 - 54",
    "expo-linking": "*",
    "react": "18 - 19",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react": "^19.1.9",
    "@types/react-native": "^0.72.2",
    "expo-linking": "~7.1.7",
    "react-native": "^0.79.6",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "prettier": "^3.7.4",
    "typescript": "^5.1.6"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "check": "tsc --noEmit",
    "build": "tsc --outDir dist",
    "pack": "npm run build && npm pack",
    "prepublishOnly": "npm run build",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/criipto/criipto-verify-expo.git"
  },
  "keywords": [
    "criipto",
    "verify",
    "expo",
    "react-native",
    "mitid",
    "bankid"
  ],
  "files": [
    "dist",
    "android",
    "expo-module.config.json",
    "app.plugin.js"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/criipto/criipto-verify-expo/issues"
  },
  "homepage": "https://github.com/criipto/criipto-verify-expo#readme",
  "lint-staged": {
    "*.{js,ts,cjs,json,md,yml}": "prettier --write",
    "*.kt": [
      "ktlint -F"
    ]
  }
}
