-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.78 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.78 KB
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
{
"name": "@youversion/platform-react-native",
"version": "0.10.0",
"description": "React Native SDK for YouVersion Platform",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare && rm .eslintrc.js && husky > /dev/null 2>&1 || true",
"prepublishOnly": "expo-module prepublishOnly",
"typecheck": "npx tsc --noEmit",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"release": "semantic-release",
"release:dry-run": "semantic-release --dry-run"
},
"keywords": [
"react-native",
"expo",
"@youversion/platform-react-native",
"Bible",
"YouVersion"
],
"repository": "git@github.com:youversion/platform-sdk-reactnative.git",
"bugs": {
"url": "https://github.com/youversion/platform-sdk-reactnative/issues"
},
"author": "YouVersion (https://github.com/youversion/platform-sdk-reactnative)",
"license": "Apache-2.0",
"homepage": "https://github.com/youversion/platform-sdk-reactnative#readme",
"jest": {
"preset": "expo-module-scripts"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/invariant": "^2.2.37",
"@types/react": "~19.1.0",
"expo": "^54.0.10",
"expo-module-scripts": "^5.0.7",
"husky": "^9.1.7",
"react-native": "0.81.4",
"semantic-release": "^25.0.2"
},
"peerDependencies": {
"expo": ">=54.0.0",
"react": "*",
"react-native": "*"
}
}