forked from hyochan/react-native-iap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.79 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
65
66
67
68
{
"name": "react-native-iap",
"version": "6.2.4",
"description": "React Native In App Purchase Module.",
"main": "index.js",
"types": "index.d.ts",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"build": "tsc && flowgen index.d.ts -o index.js.flow",
"flow": "flow",
"lint": "eslint src --ext .ts,.tsx",
"test": "jest",
"test:flow": "flow",
"test:typescript": "tsc --noEmit",
"tsc:sync": "npx typesync",
"tsc": "tsc",
"validate": "yarn lint && yarn test:typescript && yarn test:flow && yarn test"
},
"repository": {
"type": "git",
"url": "https://github.com/dooboolab/react-native-iap"
},
"keywords": [
"react-native",
"in app purchase",
"in-app-purchase",
"billing"
],
"author": "dooboolab",
"contributors": [
{
"name": "Andres Aguilar",
"url": "https://github.com/andresesfm"
}
],
"license": "MIT",
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.54"
},
"dependencies": {
"dooboolab-welcome": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@dooboo/eslint-config": "^0.7.2",
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-native": "^7.2.0",
"@types/eslint": "^7.2.10",
"@types/jest": "^26.0.23",
"@types/react": "17.0.5",
"@types/react-native": "0.64.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.26.0",
"flow-bin": "^0.150.1",
"flowgen": "^1.14.1",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"prettier": "^2.2.1",
"react-native": "0.64.2",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
}
}