-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "expo-alternate-app-icons",
"version": "8.0.0",
"description": "Provides functions that let you change the app icon",
"repository": "https://github.com/pchalupa/expo-alternate-app-icons",
"bugs": {
"url": "https://github.com/pchalupa/expo-alternate-app-icons/issues"
},
"author": "pchalupa <chalupa.petr93@gmail.com> (https://github.com/pchalupa)",
"license": "MIT",
"homepage": "https://github.com/pchalupa/expo-alternate-app-icons#readme",
"keywords": [
"react-native",
"expo",
"expo-alternate-app-icons",
"ExpoAlternateAppIcons"
],
"workspaces": [
"example"
],
"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",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"devDependencies": {
"@auto-it/conventional-commits": "^11.3.0",
"@auto-it/npm": "^11.3.0",
"auto": "^11.3.0",
"eslint": "^9.31.0",
"expo": "~53.0.0",
"expo-module-scripts": "^4.1.9",
"expo-modules-core": "^2.5.0",
"prettier": "^3.6.2",
"typescript": "~5.9.3"
},
"peerDependencies": {
"expo": ">=53",
"react": "*",
"react-native": "*"
},
"publishConfig": {
"provenance": true
},
"packageManager": "yarn@4.10.3"
}