{
  "name": "igloo-rn-widget",
  "version": "0.2.0",
  "description": "general rn widget for igloo",
  "main": "lib/module/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "lib/module/index.js",
  "source": "src/index",
  "files": [
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "android",
    "ios",
    "cpp",
    "igloo-rn-widget.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build && husky install",
    "release": "release-it",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://no-determined-yet.com",
  "author": "zhanghong <hong.zhang@iglooinsure.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://no-determined-yet.com/issues"
  },
  "homepage": "https://no-determined-yet.com#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^11.0.0",
    "@react-native-community/eslint-config": "^3.0.1",
    "@release-it/conventional-changelog": "^2.0.0",
    "@types/jest": "^26.0.0",
    "@types/react": "^16.9.19",
    "@types/react-native": "0.62.13",
    "commitlint": "^11.0.0",
    "eslint": "^7.2.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-prettier": "^3.1.3",
    "husky": "^7.0.4",
    "jest": "^26.0.1",
    "lint-staged": "^11.2.6",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "18.2.0",
    "react-native": "0.72.7",
    "react-native-builder-bob": "^0.18.2",
    "release-it": "^14.2.2",
    "typescript": "^4.1.3",
    "@react-native-community/datetimepicker": "^7.6.2",
    "react-native-image-picker": "^7.1.0",
    "react-native-simple-toast": "^1.1.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "@react-native-community/datetimepicker": "^7.6.2",
    "react-native-image-picker": "^7.1.0",
    "react-native-simple-toast": "^1.1.3"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": 0
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "lint-staged": {
    "*.tsx, *ts": [
      "prettier --write",
      "eslint"
    ],
    "*.{css,md}": [
      "prettier --write"
    ]
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "filesize": "^8.0.6",
    "moment": "^2.29.1"
  }
}
