-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 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": "@monei-js/monei-pay-react-native-sdk",
"version": "1.1.0",
"description": "React Native SDK for accepting NFC payments via MONEI Pay",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"lint": "expo-module lint",
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"release": "release-it",
"commitlint": "commitlint --edit"
},
"keywords": [
"expo",
"expo-module",
"react-native",
"monei",
"nfc",
"payments",
"tap-to-pay"
],
"repository": {
"type": "git",
"url": "https://github.com/MONEI/monei-pay-react-native-sdk.git"
},
"author": "MONEI",
"license": "MIT",
"homepage": "https://github.com/MONEI/monei-pay-react-native-sdk#readme",
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@release-it/conventional-changelog": "^10.0.6",
"expo-module-scripts": "^55.0.2",
"release-it": "^19.2.4"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}