{
  "name": "react-native-form-validator",
  "version": "0.5.1",
  "description": "React native library to validate form fields",
  "main": "src/index.js",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest",
    "test:watch": "jest --watch",
    "commit": "git-cz"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/perscrew/react-native-form-validator.git"
  },
  "keywords": [
    "react-native",
    "react",
    "javascript"
  ],
  "author": "Thibaud Dervily",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/perscrew/react-native-form-validator/issues"
  },
  "homepage": "https://github.com/perscrew/react-native-form-validator#readme",
  "dependencies": {
    "moment": "^2.11.2",
    "prop-types": "15.6.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/plugin-syntax-optional-chaining": "^7.8.3",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@types/jest": "^27.0.1",
    "babel-jest": "^27.0.6",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^1.1.6",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "jest": "^27.0.6",
    "jsdom": "^9.4.1",
    "metro-react-native-babel-preset": "^0.66.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-native": "^0.65.1",
    "react-test-renderer": "^17.0.2"
  },
  "jest": {
    "preset": "react-native"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}