{
  "name": "react-native-simple-stepper",
  "version": "4.2.0",
  "description": "A parity version of the iOS UIStepper.",
  "main": "SimpleStepper.tsx",
  "scripts": {
    "test": "npx jest --coverage",
    "lint": "npx eslint .",
    "lint:fix": "npx eslint . --fix",
    "prettier": "npx prettier --check ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testshallpass/react-native-simple-stepper.git"
  },
  "keywords": [
    "UIStepper",
    "react-native",
    "iOS UIStepper",
    "Android stepper",
    "stepper",
    "simple-stepper",
    "SimpleStepper",
    "simple stepper",
    "simple_stepper",
    "simple"
  ],
  "author": "Brian Sinnicke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/testshallpass/react-native-simple-stepper/issues"
  },
  "homepage": "https://github.com/testshallpass/react-native-simple-stepper#readme",
  "devDependencies": {
    "@react-native/babel-preset": "0.76.2",
    "@react-native/eslint-config": "0.76.2",
    "@react-native/typescript-config": "0.76.2",
    "@testing-library/jest-native": "5.4.3",
    "@testing-library/react-native": "12.8.1",
    "@types/jest": "29.5.14",
    "@types/react": "18.3.12",
    "@types/react-test-renderer": "18.0.7",
    "babel-jest": "29.7.0",
    "eslint": "8.57.1",
    "jest": "29.7.0",
    "prettier": "3.3.3",
    "react": "18.3.1",
    "react-native": "0.76.2",
    "react-test-renderer": "18.3.1",
    "ts-jest": "29.2.5",
    "typescript": "5.5.4"
  },
  "packageManager": "yarn@4.5.1"
}