{
  "name": "react-native-twopane-navigation",
  "Title": "React Native TwoPane-Navigation",
  "version": "1.3.2",
  "description": "React Native package for dual screen devices navigation support (Surface Duo)",
  "react-native": "src/index.ts",
  "types": "lib/typescript/index.d.ts",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "scripts": {
    "ts-check": "npx tsc --noEmit",
    "prepare": "bob build",
    "test": "jest --verbose --coverage",
    "test:update": "jest --verbose --coverage --updateSnapshot",
    "test:watch": "jest --verbose --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/react-native-dualscreen.git",
    "directory": "twopane-navigation"
  },
  "keywords": [
    "react-native",
    "dual-screen",
    "navigation"
  ],
  "author": {
    "name": "Keil Aloia",
    "email": "v-kealoi@microsoft.com"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "lodash": "*",
    "react-native-dualscreeninfo": "^0.3.2",
    "react-redux": "*",
    "redux": "*"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/plugin-proposal-decorators": "^7.7.0",
    "@babel/preset-typescript": "^7.7.2",
    "@babel/runtime": "^7.6.2",
    "@react-native-community/bob": "^0.9.7",
    "@react-native-community/eslint-config": "^0.0.5",
    "@react-native-community/toolbar-android": "0.1.0-rc.2",
    "@testing-library/jest-native": "^3.1.0",
    "@testing-library/react-native": "^5.0.3",
    "@types/jest": "^24.9.1",
    "@types/mocha": "^8.0.3",
    "@types/lodash": "^4.14.145",
    "@types/react-native-autocomplete-input": "^4.0.1",
    "@types/react-native-vector-icons": "^6.4.5",
    "@types/react-redux": "^7.1.7",
    "@types/react-test-renderer": "16.9.0",
    "babel-jest": "^24.9.0",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.58.0",
    "prettier": "^2.5.0",
    "react": "*",
    "react-native": "*",
    "react-native-testing-library": "^1.14.0",
    "react-test-renderer": "16.9.0",
    "typescript": "^3.6.3"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "files": [
    "android",
    "ios",
    "src",
    "lib",
    "tslint.json",
    "*.md",
    "*.podspec",
    "LICENSE"
  ],
  "jest": {
    "preset": "@testing-library/react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/lib/"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!react-native|react-navigation)/"
    ],
    "setupFiles": [
      "./testenv.js"
    ]
  }
}
