-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1022 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
33
34
35
36
37
38
39
{
"name": "@agaweb/react-native-stripe",
"version": "0.5.6",
"description": "Stripe payments for react-native",
"main": "src/index.js",
"scripts": {
"example": "yarn --cwd example",
"pods": "(cd example/ios && pod repo update && pod update)",
"bootstrap": "yarn example && yarn && yarn pods"
},
"keywords": [
"react-native",
"ios",
"android",
"stripe"
],
"repository": "https://github.com/agaweb/react-native-stripe",
"author": "Agaweb <[email protected]> (https://github.com/agaweb)",
"license": "MIT",
"bugs": {
"url": "https://github.com/agaweb/react-native-stripe/issues"
},
"homepage": "https://github.com/agaweb/react-native-stripe#readme",
"devDependencies": {
"prettier": "^2.2.1",
"react": "16.13.1",
"react-native": "0.63.3"
},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
}