-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.82 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
47
48
49
50
51
52
53
{
"name": "react-native-moyasar-apple-pay",
"version": "0.7.8",
"description": "iOS native apple pay implementation & integration with Moyasar SDK",
"main": "build/index.js",
"types": "build/index.d.ts",
"react-native": "src/index.ts",
"source": "src/index.ts",
"files": [
"build",
"src",
"ios",
"app.plugin.js",
"expo-module.config.json"
],
"scripts": {
"build": "node ./node_modules/expo-module-scripts/bin/expo-module.js build",
"clean": "node ./node_modules/expo-module-scripts/bin/expo-module.js clean",
"lint": "node ./node_modules/expo-module-scripts/bin/expo-module.js lint",
"test": "node ./node_modules/expo-module-scripts/bin/expo-module.js test",
"prepare": "node ./node_modules/expo-module-scripts/bin/expo-module.js prepare",
"prepublishOnly": "node ./node_modules/expo-module-scripts/bin/expo-module.js prepublishOnly",
"expo-module": "node ./node_modules/expo-module-scripts/bin/expo-module.js",
"publish:beta": "npm publish --tag beta",
"publish:latest": "npm publish",
"open:ios": "open -a \"Xcode\" example/ios"
},
"keywords": [
"react-native",
"expo",
"moyasar-apple-pay",
"MoyasarApplePay"
],
"repository": "https://github.com/Malaa-tech/react-native-moyasar-apple-pay",
"bugs": {
"url": "https://github.com/Malaa-tech/react-native-moyasar-apple-pay/issues"
},
"author": "Wadah Esam <wadah-wleed@hotmail.com> (https://github.com/WadhahEssam)",
"license": "MIT",
"homepage": "https://github.com/Malaa-tech/react-native-moyasar-apple-pay#readme",
"dependencies": {},
"devDependencies": {
"@expo/config-plugins": "7.2.5",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.0.11",
"expo-modules-core": "^1.5.11"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}