{
  "name": "react-native-ui-form",
  "description": "UI with form for React Native",
  "repository": {
    "type": "git",
    "url": "https://github.com/SadikCihanAyaz/alibrary"
  },
  "license": "MIT",
  "author": "Sadik Cihan Ayaz",
  "bugs": {
    "url": "https://github.com/SadikCihanAyaz/alibrary/issues"
  },
  "keywords": [
    "android",
    "ios",
    "react native",
    "ui form"
  ],
  "version": "0.0.2",
  "private": false,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint .",
    "typescript": "tsc --noEmit",
    "precommit": "npm run lint . && npm test"
  },
  "dependencies": {
    "@types/jest": "^29.1.1",
    "@types/react": "^18.0.21",
    "@types/react-native": "^0.70.4",
    "@types/react-test-renderer": "^18.0.0",
    "react": "18.1.0",
    "react-hook-form": "^7.36.1",
    "react-native": "0.70.1",
    "typescript": "^4.8.4"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "babel-jest": "^26.6.3",
    "eslint": "^7.32.0",
    "husky": "^8.0.1",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.72.1",
    "react-test-renderer": "18.1.0",
    "@testing-library/react-native": "11.4.0"
  },
  "jest": {
    "preset": "react-native"
  }
}
