UNPKG

rs-react-native-image-gallery

Version:
60 lines 1.83 kB
{ "name": "rs-react-native-image-gallery", "version": "1.0.3", "description": "React Native Image Gallery with Thumbnails", "keywords": [ "react-native", "ios", "android", "image-cache", "image-gallery", "image", "gallery", "photo", "photo-gallery" ], "homepage": "https://github.com/georstat/react-native-image-gallery", "bugs": { "url": "https://github.com/rsoubrane/rs-react-native-image-gallery/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rsoubrane/rs-react-native-image-gallery.git" }, "license": "MIT", "author": "rsoubrane", "type": "commonjs", "main": "./lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "files": [ "src", "lib" ], "scripts": { "biome:lint": "biome lint ./src", "biome:format": "biome format ./src --write", "biome:check": "biome check ./src", "biome:check:apply": "biome check ./src --write", "biome:check:apply:unsafe": "biome check ./src --write --unsafe", "build": "tsc --skipLibCheck", "prepublish": "pnpm build", "prepare": "pnpm build" }, "devDependencies": { "@commitlint/cli": "^19.7.1", "@commitlint/config-conventional": "^19.7.1", "@types/react": "^18.3.18", "react": "~18.3.1", "react-native": "^0.77.1", "typescript": "^5.7.3" }, "peerDependencies": { "react": "*", "react-native": "*" }, "packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af" }