UNPKG

1.29 kBJSONView Raw
1{
2 "name": "react-native-store-review",
3 "version": "0.4.0",
4 "description": "Rate on App Store or Google Play directly in your React Native app",
5 "main": "src",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "files": [
10 "RNStoreReview.podspec",
11 "RNStoreReview.xcodeproj",
12 "src",
13 "ios",
14 "android",
15 "!android/build",
16 "!android/gradlew*",
17 "!android/gradle/wrapper",
18 "!.DS_Store"
19 ],
20 "keywords": [
21 "react-native",
22 "react-component",
23 "react-native-component",
24 "react",
25 "mobile",
26 "ios",
27 "android",
28 "app-store",
29 "review",
30 "rating",
31 "rate"
32 ],
33 "author": {
34 "name": "Joel Arvidsson",
35 "email": "joel@oblador.se"
36 },
37 "homepage": "https://github.com/oblador/react-native-store-review",
38 "bugs": {
39 "url": "https://github.com/oblador/react-native-store-review/issues"
40 },
41 "repository": {
42 "type": "git",
43 "url": "git://github.com/oblador/react-native-store-review.git"
44 },
45 "devDependencies": {
46 "react": "18.1.0",
47 "react-native": "0.70.0-rc.4"
48 },
49 "codegenConfig": {
50 "name": "RNStoreReviewSpec",
51 "type": "modules",
52 "jsSrcsDir": "src",
53 "android": {
54 "javaPackageName": "com.oblador.storereview"
55 }
56 },
57 "license": "MIT"
58}