{
  "name": "totvs-react-native-framework",
  "version": "0.0.85",
  "description": "React Native Totvs Framework",
  "main": "src/components/index.js",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/totvs-produtos/Framework/totvs-react-framework.git"
  },
  "keywords": [
    "react-native",
    "totvs-framework"
  ],
  "author": "Totvs - TFS Inovação",
  "license": "ISC",
  "peerDependencies": {
    "react": "16.3.1",
    "react-native": "^0.55.4",
    "react-native-svg": "^6.3.1",
    "react-native-vector-icons": "^6.1.0",
    "lottie-react-native": "^2.5.0",
    "victory-native": "^0.18.0",
    "react-native-datepicker": "^1.7.2",
    "mobx": "^4.3.0",
    "react-native-fingerprint-scanner": "^2.3.2",
    "mobx-react": "^5.1.2",
    "react-native-picker": "^4.3.7"
  },
  "dependencies": {
    "lodash": "^4.17.10",
    "prop-types": "^15.6.1",
    "react-native-animatable": "^1.3.0",
    "react-native-collapsible": "^0.11.3",
    "react-native-masked-text": "^1.13.0",
    "react-native-material-switch": "https://github.com/recr0ns/react-native-material-switch",
    "react-native-modal": "^6.0.0",
    "react-native-status-bar-height": "^2.0.0"
  },
  "devDependencies": {
    "babel-jest": "22.4.3",
    "babel-preset-react-native": "4.0.0",
    "jest": "22.4.3",
    "react-test-renderer": "16.3.1"
  },
  "jest": {
    "preset": "react-native"
  },
  "babel": {
    "plugins": [
      "transform-decorators-legacy",
      "transform-class-properties"
    ],
    "presets": [
      "react-native"
    ]
  },
  "rnpm": {
    "assets": [
      "./src/assets"
    ]
  }
}