-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
64 lines (64 loc) · 1.58 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-native-tappay",
"title": "React Native TapPay",
"version": "1.8.0",
"description": "TODO",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "yarn build && husky install",
"postinstall": "tar -zxf ios/TPDirect.xcframework.tar.gz -C ios"
},
"repository": {
"type": "git",
"url": "git+https://github.com/verybuy/react-native-tappay.git",
"baseUrl": "https://github.com/verybuy/react-native-tappay"
},
"keywords": [
"tappay",
"react-native"
],
"files": [
"android/",
"ios/",
"dist/",
"react-native-tappay.podspec",
"README.md"
],
"author": {
"name": "verybuy-fe",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.3",
"react-native": ">=0.60.0 <1.0.x"
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.1",
"import-sort-style-module": "^6.0.0",
"lint-staged": ">=12.4.2",
"prettier": "^2.6.2",
"prettier-plugin-import-sort": "^0.0.7",
"react": "17.0.2",
"react-native": "0.67.4",
"typescript": "^4.7.2"
},
"importSort": {
".ts, .tsx": {
"style": "module",
"parser": "typescript"
}
}
}