UNPKG

react-native-asset

Version:

Linking and unlinking of assets in your react-native app, works for fonts and sounds

48 lines 1.1 kB
{ "name": "react-native-asset", "version": "2.3.0", "description": "Linking and unlinking of assets in your react-native app, works for fonts and sounds", "keywords": [ "react-native", "react", "native", "js", "asset", "assets", "link" ], "author": "Yuval Saraf", "homepage": "https://github.com/unimonkiez/react-native-asset#readme", "repository": { "type": "git", "url": "git+https://github.com/unimonkiez/react-native-asset.git" }, "license": "MIT", "bugs": { "url": "https://github.com/unimonkiez/react-native-asset/issues" }, "main": "./script/mod.js", "module": "./esm/mod.js", "exports": { "react-native-asset": { "import": "./esm/mod.js", "require": "./script/mod.js" } }, "scripts": { "test": "node test_runner.js" }, "bin": { "react-native-asset": "./esm/mod.js" }, "dependencies": { "plist": "^3.1.0", "xcode": "^3.0.1", "@deno/shim-deno": "~0.18.0" }, "devDependencies": { "@types/node": "^20.9.0", "picocolors": "^1.0.0" }, "_generatedBy": "dnt@dev" }