{
  "name": "@ping-identity/rn-core",
  "version": "1.0.0",
  "description": "Core utilities for Ping Identity React Native modules.",
  "homepage": "https://www.pingidentity.com/",
  "license": "MIT",
  "author": "Ping Identity",
  "repository": {
    "type": "git",
    "url": "https://github.com/ForgeRock/ping-react-native-sdk"
  },
  "main": "index.js",
  "react-native": "index.js",
  "scripts": {
    "build": "node -e \"process.exit(0)\"",
    "typecheck": "node -e \"process.exit(0)\"",
    "lint": "node -e \"process.exit(0)\""
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "files": [
    "ios",
    "android",
    "RNPingCore.podspec",
    "index.js"
  ],
  "codegenConfig": {
    "name": "RNPingCoreSpec",
    "type": "modules",
    "jsSrcsDir": ".",
    "android": {
      "javaPackageName": "com.pingidentity.rncore"
    }
  }
}
