forked from just1and0/React-Native-Paystack-WebView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "react-native-paystack-webview",
"version": "4.1.1-development",
"description": "This package allows you to accept payment in your react native project using paystack ",
"homepage": "https://github.com/just1and0/React-Native-Paystack-WebView#readme",
"main": "production/lib/index.js",
"types": "production/lib/index.d.ts",
"author": "Oluwatobi Shokunbi <[email protected]>",
"license": "MIT",
"scripts": {
"build": "rm -rf production && tsc -p .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/runtime": "^7.14.6",
"@react-native-community/eslint-config": "^3.0.0",
"@types/jest": "^26.0.24",
"@types/react-native": "^0.64.12",
"@types/validator": "^13.6.3",
"babel-jest": "^26.6.3",
"eslint": "^7.30.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.1",
"react": "^17.0.1",
"react-native": "^0.64.2",
"semantic-release": "^24.0.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-webview": "*"
},
"dependencies": {
"react-native-webview": "*",
"validator": "^13.6.0"
},
"files": [
"production",
"README.md",
"LICENSE",
"package.json",
"contributing.md"
]
}