UNPKG

react-native-rtl-ltr-swiper

Version:
58 lines (57 loc) 1.26 kB
{ "name": "react-native-rtl-ltr-swiper", "version": "1.0.2", "description": "A FlatList-based RTL & LTR swiper for React Native.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/vikashwebb/react-native-rtl-ltr-swiper.git" }, "keywords": [ "react-native", "swiper", "flatlist", "rtl", "ltr", "carousel", "slider" ], "author": "Vikash Kumar", "license": "MIT", "bugs": { "url": "https://github.com/vikashwebb/react-native-rtl-ltr-swiper/issues" }, "homepage": "https://github.com/vikashwebb/react-native-rtl-ltr-swiper#readme", "dependencies": { "react": "^18.2.0", "react-native": "^0.73.0" }, "devDependencies": { "@types/react": "^18.2.64", "@types/react-native": "^0.73.0", "typescript": "^5.4.3" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0" }, "engines": { "node": ">=12.0.0" } }