{
  "name": "@material.ui/react-native-stepper",
  "private": false,
  "version": "1.3.2",
  "description": "Typescript friendly, Material UI Stepper implementation in React Native",
  "main": "lib/cjs/index.js",
  "module": "lib/es/index.js",
  "types": "lib/cjs/index.d.ts",
  "jsnext:main": "lib/es/index.js",
  "scripts": {
    "watch": "yarn clean && tsc -p tsconfig.json -w & tsc -p tsconfig-cjs.json -w",
    "build": "yarn clean && tsc -p tsconfig.json & tsc -p tsconfig-cjs.json",
    "format": "prettier --write \"src/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "jest --coverage",
    "kkprepublishOnly": "yarn test && yarn lint",
    "preversion": "yarn lint",
    "kkversion": "yarn format && git add -A src",
    "kkpostversion": "git push && git push --tags",
    "clean": "shx rm -rf lib/*",
    "kktest": "mocha --ui qunit",
    "testall": "mocha --ui qunit dist/sample/test",
    "rebuild": "electron-rebuild -f -w better-sqlite3 -v 9.0.5",
    "push": "yarn build && yalc push"
  },
  "keywords": [
    "material",
    "ui",
    "react",
    "native",
    "reactnative",
    "stepper"
  ],
  "files": [
    "lib"
  ],
  "directories": {
    "lib": "lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-native": "^0.62.0"
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "prop-types": "^15.6.2",
    "react-native-paper": "^4.0.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.159",
    "@types/prop-types": "^15.7.3",
    "@types/react": "16.8.24",
    "@types/react-dom": "^16.9.8",
    "@types/react-native": "^0.63.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vazra/react-native-stepper.git"
  },
  "author": "Vazra",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vazra/react-native-stepper/issues"
  },
  "homepage": "https://github.com/vazra/react-native-stepper#readme",
  "gitHead": "ed0f560a410a29fce4aab6c90297dccffff27899"
}
