-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "react-native-cloudpayments-config-plugin",
"version": "1.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"author": "Dmitry Polyakov",
"license": "MIT",
"private": false,
"files": [
"build",
"app.plugin.js"
],
"keywords": [
"react-native",
"apple-pay",
"cloudpayment",
"expo",
"config-plugin"
],
"repository": "https://github.com/dpolyakov/react-native-cloudpayments-config-plugin",
"bugs": {
"url": "https://github.com/dpolyakov/react-native-cloudpayments-config-plugin/issues"
},
"homepage": "https://github.com/dpolyakov/react-native-cloudpayments-config-plugin/#readme",
"scripts": {
"watch": "expo-module build",
"build": "expo-module tsc",
"clean": "expo-module clean",
"lint": "expo-module eslint",
"prepublishOnly": "npm run build && npm run lint && expo-module prepublishOnly",
"expo-module": "expo-module"
},
"devDependencies": {
"@types/node": "^20.4.1",
"eslint": "^8.44.0",
"expo-module-scripts": "^3.0.9"
},
"upstreamPackage": "react-native-cloudpayments-sdk",
"peerDependencies": {
"react-native-cloudpayments-sdk": "2.3.2"
}
}