UNPKG

expo-asset

Version:

An Expo universal module to download assets and pass them into other APIs

67 lines 1.76 kB
{ "name": "expo-asset", "version": "56.0.15", "description": "An Expo universal module to download assets and pass them into other APIs", "main": "build/index.js", "types": "build/index.d.ts", "sideEffects": [ "*.fx.js", "*.fx.web.js" ], "keywords": [ "react-native", "expo", "asset" ], "exports": { "./app.plugin": "./app.plugin.js", "./app.plugin.js": "./app.plugin.js", "./tools/hashAssetFiles": "./tools/hashAssetFiles.js", "./package.json": "./package.json", "./plugin": "./plugin/build/index.js", ".": { "react-server": "./build/index.server.js", "default": "./build/index.js" } }, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-asset" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/asset/", "jest": { "preset": "expo-module-scripts" }, "dependencies": { "@expo/image-utils": "^0.10.1", "expo-constants": "~56.0.16" }, "devDependencies": { "@testing-library/react-native": "^13.3.0", "@types/node": "^22.14.0", "@types/react": "~19.2.0", "@types/react-native__assets": "^1.0.3", "expo-module-scripts": "56.0.2", "expo": "56.0.5" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" }, "gitHead": "f67a101bcbe56114e982184834b93da7bbed00af", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "test:rsc": "jest --config jest-rsc.config.js", "expo-module": "expo-module" } }