forked from hyochan/react-native-iap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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-iap",
"version": "4.4.8",
"description": "React Native In App Purchase Module.",
"main": "index.ts",
"types": "index.d.ts",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"build": "tsc && flowgen index.d.ts -o index.js.flow",
"flow": "flow",
"lint": "eslint -c .eslintrc.js 'index.ts'",
"test": "exit 0",
"test:flow": "flow",
"test:typescript": "tsc --noEmit",
"tsc:sync": "npx typesync",
"tsc": "tsc",
"validate": "npm run lint && npm run test:typescript && npm run test:flow && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dooboolab/react-native-iap"
},
"keywords": [
"react-native",
"in app purchase",
"in-app-purchase",
"billing"
],
"author": "dooboolab",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": ">=0.54"
},
"dependencies": {
"dooboolab-welcome": "^1.1.1"
},
"devDependencies": {
"@dooboo/eslint-config": "^0.3.8",
"@types/eslint": "^6.8.0",
"@types/react": "16.9.34",
"@types/react-native": "0.62.5",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"flow-bin": "^0.123.0",
"flowgen": "^1.10.0",
"typescript": "^3.8.3"
}
}