{
  "name": "@brandingbrand/react-native-leanplum",
  "version": "6.0.0",
  "author": "Branding Brand LLC",
  "bugs": {
    "url": "https://github.com/brandingbrand/react-native-leanplum/issues"
  },
  "description": "React Native bridge for Leanplum iOS and Android SDKs.",
  "dependencies": {
    "@brandingbrand/fsfoundation": "^0.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^13.2.0",
    "@commitlint/config-conventional": "^13.2.0",
    "@commitlint/travis-cli": "^13.2.0",
    "typescript": "^3.0.1"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "homepage": "https://github.com/brandingbrand/react-native-leanplum#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "peerDependencies": {
    "react-native": ">=0.60.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandingbrand/react-native-leanplum.git"
  },
  "scripts": {
    "prepare": "./node_modules/.bin/tsc",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "test": "echo \"react-native-leanplum tests not yet implemented\""
  },
  "types": "./typings/index.d.ts",
  "resolutions": {
    "minimist": "^1.2.5",
    "trim-newlines": "^3.0.1"
  }
}
