{
  "name": "expo-asset",
  "version": "55.0.10",
  "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"
  ],
  "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",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "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",
    ".": {
      "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.8.12",
    "expo-constants": "~55.0.9"
  },
  "devDependencies": {
    "@testing-library/react-native": "^13.3.0",
    "@types/node": "^22.14.0",
    "@types/react-native__assets": "^1.0.3",
    "expo-module-scripts": "^55.0.2"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "gitHead": "a6f3e8c977474f3f8a3aad658d2b3cc23d5c43b4"
}
