UNPKG

@baronha/react-native-multiple-image-picker

Version:

� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �

128 lines (127 loc) 3.37 kB
{ "name": "@baronha/react-native-multiple-image-picker", "version": "2.2.0", "description": "� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �", "main": "./lib/commonjs/index.js", "module": "./lib/module/index.js", "types": "./lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "nitrogen", "react-native.config.js", "lib", "android/build.gradle", "android/gradle.properties", "android/CMakeLists.txt", "android/src", "ios/**/*.h", "ios/**/*.m", "ios/**/*.mm", "ios/**/*.cpp", "ios/**/*.swift", "ios/Assets.xcassets", "app.plugin.js", "*.podspec", "README.md" ], "scripts": { "typecheck": "tsc --project tsconfig.build.json --noEmit", "clean": "rm -rf android/build node_modules/**/android/build lib", "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", "lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/github-actions", "typescript": "tsc --noEmit false", "specs": "bun run --filter=\"**\" typescript && bun nitro-codegen --logLevel=\"debug\"", "nitro": "yarn nitro-codegen", "example": "yarn --cwd MultipleImagePickerExample", "pod": "cd MultipleImagePickerExample && pod-install --quiet", "bootstrap": "yarn example && yarn && yarn pod", "prepare": "bob build" }, "keywords": [ "react-native", "ios", "android" ], "repository": { "type": "git", "url": "git+https://github.com/baronha/react-native-multiple-image-picker.git" }, "author": "Bảo Hà. <baronn.ha@gmail.com> (https://github.com/baronha)", "license": "MIT", "bugs": { "url": "https://github.com/baronha/react-native-multiple-image-picker/issues" }, "homepage": "https://github.com/baronha/react-native-multiple-image-picker#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@react-native/eslint-config": "^0.75.2", "@types/jest": "^29.5.12", "@types/react": "^18.3.4", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "nitro-codegen": "0.20.1", "prettier": "^3.3.3", "react": "^18.3.1", "react-native": "^0.75.2", "react-native-builder-bob": "^0.30.0", "react-native-nitro-modules": "0.20.1", "typescript": "^5.5.4" }, "peerDependencies": { "react": "*", "react-native": "*" }, "eslintConfig": { "root": true, "extends": [ "@react-native", "prettier" ], "plugins": [ "prettier" ], "rules": { "prettier/prettier": [ "warn", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "semi": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }