@bacons/link-assets
Version:
An Expo Config Plugin that links native assets to the native projects
38 lines (37 loc) • 842 B
JSON
{
"name": "@bacons/link-assets",
"version": "1.1.0",
"description": "An Expo Config Plugin that links native assets to the native projects",
"main": "build",
"files": [
"build"
],
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/evanbacon/link-assets.git"
},
"keywords": [
"expo",
"metro",
"fast-refresh",
"react-native"
],
"author": "Evan Bacon",
"license": "MIT",
"dependencies": {
"mime": "^3.0.0"
},
"devDependencies": {
"@types/mime": "^2.0.3",
"expo-module-scripts": "^2.0.0"
}
}