{
  "name": "react-native-trustee-help-crunch",
  "version": "0.0.7",
  "description": "Trustee support",
  "main": "lib/commonjs/index.js",
  "author": " <> ()",
  "license": "UNLICENSED",
  "homepage": "#readme",
  "scripts": {
    "test": "echo test",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods"
  },
  "create-react-native-library": {
    "type": "legacy-module",
    "languages": "kotlin-objc",
    "version": "0.45.5"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "3.2.0",
    "@react-native/typescript-config": "0.73.1",
    "@types/react": "18.2.6",
    "eslint": "8.19.0",
    "eslint-config-prettier": "8.10.0",
    "eslint-plugin-prettier": "5.1.3",
    "jest": "29.6.3",
    "metro-react-native-babel-preset": "^0.77.0",
    "pod-install": "0.2.0",
    "prettier": "3.0.0",
    "react": "18.2.0",
    "react-native": "0.73.4",
    "react-native-builder-bob": "^0.23.2",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
