{
  "name": "@superforms/superforms-rn",
  "version": "1.4.0",
  "description": "Super forms using formik and yup in react-native with built-in ready to use form components that are customizable",
  "main": "dist\\module\\index.js",
  "scripts": {
    "test": "jest",
    "prepare": "bob build",
    "semantic-release": "semantic-release",
    "commit": "git cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AbdullahQureshi1080/superforms-rn.git"
  },
  "dependencies": {
    "formik": "^2.2.9",
    "metro-react-native-babel-preset": "^0.77.0",
    "moment": "^2.29.4",
    "react-native-dropdown-picker": ">=5.4.4",
    "yup": "^0.32.11"
  },
  "peerDependencies": {
    "react": ">=16.13.1",
    "react-native": ">=0.63.0",
    "react-native-date-picker": ">=4.2.5",
    "react-native-image-picker": ">=4.10.0"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-typescript": "^7.18.6",
    "@testing-library/jest-native": "^5.1.2",
    "@testing-library/react-native": "^11.3.0",
    "@types/jest": "^29.1.2",
    "@types/react": "^18.0.21",
    "@types/react-native": "^0.70.4",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.2.0",
    "cz-conventional-changelog": "^3.3.0",
    "jest": "^29.2.0",
    "react-native-builder-bob": "^0.18.3",
    "react-native-date-picker": "^4.2.5",
    "react-native-image-picker": "^4.10.0",
    "react-test-renderer": "^18.2.0",
    "semantic-release": "^24.1.2",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.2",
    "typescript": "^4.8.3"
  },
  "keywords": [
    "forms",
    "formik",
    "yup",
    "react-native"
  ],
  "author": "Abdullah Qureshi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AbdullahQureshi1080/superforms-rn.git/issues"
  },
  "homepage": "https://github.com/AbdullahQureshi1080/superforms-rn.git#readme",
  "react-native": "dist\\module\\index.js",
  "module": "dist\\module\\index.js",
  "types": "dist\\typescript\\src\\index.d.ts",
  "files": [
    "src",
    "dist",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "./"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "module",
      "typescript"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "dist/"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release": {
    "branches": [
      "master"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
