UNPKG

react-native-coil

Version:

Coil image loading library wrapper for React Native

59 lines (58 loc) 1.33 kB
{ "name": "react-native-coil", "version": "0.1.0", "description": "Coil image loading library wrapper for React Native", "license": "MIT", "author": { "name": "Ardy Febriansyah", "email": "ardyfeb02@gmail.com", "url": "https://ardyfeb.github.io" }, "keywords": [ "react-native", "image", "cache", "coil" ], "homepage": "https://ardycodes.gitbook.io/rncoil", "bugs": { "url": "https://github.com/ardyfeb/react-native-coil/issues" }, "repository": { "type": "git", "url": "https://github.com/ardyfeb/react-native-coil.git" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "android", "!android/build", "ios", "!ios/build", "dist" ], "scripts": { "build": "tsc", "release": "yarn build" }, "devDependencies": { "@babel/core": "^7.8.4", "@babel/runtime": "^7.8.4", "@types/react": "^17.0.0", "@types/react-native": "^0.63.42", "babel-jest": "^25.1.0", "jest": "^25.1.0", "metro-react-native-babel-preset": "^0.59.0", "react": "16.13.1", "react-native": "^0.63.4", "react-test-renderer": "16.13.1", "typescript": "^4.1.3" }, "peerDependencies": { "react": "^16.8.6", "react-native": ">=0.60.0" }, "jest": { "preset": "react-native" } }