forked from hyochan/react-native-iap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 915 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": "react-native-iap",
"version": "2.3.19",
"description": "React Native In App Purchase Module.",
"main": "index.js",
"types": "index.d.ts",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"test": "eslint ."
},
"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.0.5"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.1.0"
}
}