-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@criipto/verify-expo",
"version": "3.0.0",
"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.0.0",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-native": "^0.72.2",
"react": "^18.0.0",
"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"
}