{
  "name": "react-native-step-by-step-process",
  "version": "1.4.0",
  "description": "React Native Step by Step Process Library",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/harshilmiyani/react-native-step-by-step-process.git"
  },
  "homepage": "https://github.com/harshilmiyani/react-native-step-by-step-process#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "react-native",
    "native",
    "step",
    "by",
    "step",
    "process",
    "rn",
    "react component",
    "react native component",
    "react native",
    "mobile",
    "ios",
    "android",
    "ui",
    "stepper",
    "progress",
    "progress steps",
    "react-component",
    "react-native-component",
    "react-stepper",
    "react-native-stepper",
    "react-native-stepper-ui",
    "react-native-progress-steps",
    "react-native-step-by-step-process"
  ],
  "author": "Harshil Miyani",
  "license": "MIT",
  "peerDependencies": {
    "react": "18.1.0",
    "react-native": "0.70.3"
  },
  "dependencies": {
    "react-native-responsive-fontsize": "^0.5.1"
  }
}
