forked from itamarbareket/react-native-google-pay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 839 Bytes
/
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
{
"name": "react-native-gpay-api",
"version": "2.2.1",
"description": "React Native bridge for Google Pay",
"main": "index.js",
"scripts": {
"prettier:fix": "prettier --write '**/*.{js,ts,tsx}'",
"version": "auto-changelog -p && git add CHANGELOG.md",
"demo": "cd ./Example && yarn && react-native run-android"
},
"keywords": [
"react-native",
"google-pay",
"android-pay",
"payments",
"pay"
],
"author": "Andrey Sorokin <sorokin0andrey@gmail.com> (https://github.com/sorokin0andrey)",
"license": "MIT",
"nativePackage": true,
"repository": {
"type": "git",
"url": "https://github.com/mobimatter/react-native-google-pay.git"
},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"devDependencies": {
"auto-changelog": "^2.4.0",
"prettier": "^2.8.1"
}
}