-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1006 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
40
41
42
{
"name": "expo-native-asset",
"description": "Bundle images to the native iOS asset catalog",
"version": "0.0.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build",
"src",
"README.md",
"package.json",
"app.plugin.js"
],
"license": "MIT",
"sideEffects": false,
"repository": "https://github.com/marathontvapp/expo-native-asset.git",
"homepage": "https://github.com/marathontvapp/expo-native-asset#readme",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"dependencies": {
"xcode": "^3.0.1"
},
"devDependencies": {
"expo": "^47.0.0",
"expo-module-scripts": "^3.0.9",
"typescript": "^5.1.6"
},
"peerDependencies": {
"expo": ">=47.0.0"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
}
}