{
  "name": "react-native-auto-carousel",
  "version": "1.1.0",
  "description": "A React Native package for displaying a carousel of images or custom views with an autoplay feature.",
  "main": "index.ts",
  "scripts": {
    "test": "jest --transformIgnorePatterns \"node_modules/(?!@toolz/allow)/\" --env=jsdom",
    "test:watch": "npm test -- --watch",
    "test:staged": "npm test -- --findRelatedTests",
    "test:ci": "npm test -- --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kabir1471/react-native-auto-carousel.git"
  },
  "keywords": [
    "react-native",
    "image-carousel",
    "react",
    "native",
    "carousel",
    "slider",
    "scrollview",
    "images",
    "android",
    "ios",
    "flatlist"
  ],
  "author": "Abdul Kabir",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kabir1471/react-native-auto-carousel/issues"
  },
  "homepage": "https://github.com/kabir1471/react-native-auto-carousel#readme",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.0",
    "@babel/node": "^7.21.0",
    "@babel/plugin-transform-modules-commonjs": "^7.21.0",
    "@babel/preset-env": "^7.21.0",
    "@babel/preset-react": "^7.21.0",
    "@types/jest": "^29.2.4",
    "@types/react": "^19.0.0",
    "@types/react-native": "^0.70.0",
    "babel-jest": "^29.3.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-jest": "^29.2.0",
    "jest": "^29.3.1",
    "jest-cli": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "react-native": "^0.78.1",
    "@testing-library/react-native": "^13.2.0",
    "react-test-renderer": "^19.0.0",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
