-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.4 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.4 KB
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
{
"name": "@premieroctet/react-native-wallet",
"version": "1.0.2",
"description": "A React-Native wrapper for Apple PassKit and Google Wallet API",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"react-native-wallet",
"RNWallet"
],
"repository": "https://github.com/premieroctet/react-native-wallet",
"bugs": {
"url": "https://github.com/premieroctet/react-native-wallet/issues"
},
"author": "foyarash <11079152+foyarash@users.noreply.github.com>",
"license": "MIT",
"homepage": "https://github.com/premieroctet/react-native-wallet#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-native": "^0.72.4",
"eslint": "^8.51.0",
"expo-module-scripts": "^3.0.11",
"expo-modules-core": "^1.5.11",
"prettier": "^3.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}