-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 987 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-custom-assets",
"version": "1.3.3",
"description": "Expo plugin to add custom assets to native codebase",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"sideEffects": false,
"homepage": "https://github.com/malaa-tech/expo-custom-assets",
"repository": {
"type": "git",
"url": "git+https://github.com/malaa-tech/expo-custom-assets.git"
},
"files": [
"./build",
"app.plugin.js"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"release": "yarn changeset && yarn changeset publish"
},
"keywords": [
"react",
"expo",
"config-plugins",
"prebuild"
],
"peerDependencies": {
"expo": ">=49"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"expo-module-scripts": "^3.5.2",
"fs-extra": "^11.2.0"
},
"dependencies": {
"@changesets/cli": "^2.27.7"
}
}