{
  "name": "react-native-simple-stepper",
  "version": "5.0.0",
  "description": "A parity version of the iOS UIStepper.",
  "main": "SimpleStepper.tsx",
  "scripts": {
    "test": "npx jest --collectCoverage",
    "eslint": "npx eslint .",
    "prettier": "npx prettier --check .",
    "fix:dedupe": "yarn dedupe"
  },
  "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": {
    "@eslint/compat": "2.0.1",
    "@eslint/js": "9.39.2",
    "@eslint/json": "0.14.0",
    "@eslint/markdown": "7.5.1",
    "@react-native/babel-preset": "0.81.5",
    "@react-native/eslint-config": "0.81.5",
    "@react-native/metro-config": "0.81.5",
    "@react-native/typescript-config": "0.81.5",
    "@testing-library/react-native": "13.3.3",
    "@types/jest": "30.0.0",
    "@types/react": "19.1.0",
    "@types/react-test-renderer": "19.1.0",
    "babel-jest": "30.2.0",
    "eslint": "9.39.2",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "7.0.1",
    "eslint-plugin-react-native": "5.0.0",
    "eslint-plugin-testing-library": "7.15.4",
    "eslint-plugin-yml": "1.18.0",
    "jest": "30.2.0",
    "prettier": "3.8.1",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-test-renderer": "19.1.0",
    "ts-jest": "29.4.6",
    "typescript": "5.9.3",
    "typescript-eslint": "8.53.1"
  },
  "engines": {
    "node": ">=20"
  },
  "packageManager": "yarn@4.12.0"
}
