@criipto/verify-expo
Version:
Accept MitID, NemID, Swedish BankID, Norwegian BankID and more logins in your Expo (React-Native) app
57 lines (56 loc) • 1.44 kB
JSON
{
"name": "@criipto/verify-expo",
"version": "3.0.1",
"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-crypto": "~13.0.2",
"expo-web-browser": "^12.3.2",
"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-linking": "*",
"react": "18 - 19",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^19.1.9",
"@types/react-native": "^0.72.2",
"react": "^19.1.1",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/criipto/criipto-verify-expo.git"
},
"keywords": [
"criipto",
"verify",
"expo",
"react-native",
"mitid",
"bankid"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/criipto/criipto-verify-expo/issues"
},
"homepage": "https://github.com/criipto/criipto-verify-expo#readme"
}