{
  "name": "react-native-bundle-splitter",
  "author": "Kiryl Ziusko",
  "version": "3.1.1",
  "description": "Decrease your start up time and RAM memory consumption by an application via splitting JS bundle by components and navigation routes",
  "repository": "https://github.com/kirillzyusko/react-native-bundle-splitter",
  "homepage": "https://kirillzyusko.github.io/react-native-bundle-splitter/",
  "main": "dist/index.js",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "devDependencies": {
    "@types/react": "^16.6.1",
    "@types/react-native": "^0.60.0",
    "typescript": "3.6.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.59.1"
  },
  "keywords": [
    "react",
    "native",
    "react-native",
    "react-native-web",
    "bundle",
    "bundles",
    "separate",
    "separator",
    "split",
    "splitter",
    "splitting",
    "inline",
    "require",
    "RAM",
    "js-bundle",
    "lazy",
    "loading",
    "loadable",
    "react-native-loadable",
    "unbundle"
  ]
}
