{
  "name": "react-native-rue-wizard-stepper",
  "version": "1.2.13",
  "description": "Stepper react native",
  "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/Ruedata/react-native-wizard-stepper.git"
  },
  "homepage": "",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf dist/ && npm run build:esm && npm run build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module CommonJS --outDir dist/cjs",
    "rollup": "tsc && rollup -c rollup.config.js --bundleConfigAsCjs"
  },
  "keywords": [
    "react-native-wizard-stepper",
    "react",
    "react-native",
    "native",
    "step",
    "process",
    "rn",
    "react component",
    "react native component",
    "react native",
    "mobile",
    "ios",
    "android",
    "ui",
    "stepper",
    "progress",
    "material",
    "progress steps",
    "react-component",
    "react-native-component",
    "react-stepper",
    "react-native-stepper",
    "react-native-material-stepper"
  ],
  "author": "Ruedata",
  "license": "MIT",
  "peerDependencies": {
    "react": "18.2.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/node": "^18.13.0",
    "@types/react": "^18.0.27",
    "@types/react-native": "^0.71.2",
    "metro-react-native-babel-preset": "^0.75.0",
    "rollup": "^3.15.0",
    "rollup-plugin-dts": "^5.2.0",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5"
  }
}
