{
  "name": "react-native-dom-expo",
  "description": "A patch library to make Expo work with react-native-dom",
  "version": "0.0.12",
  "author": "Daishi Kato",
  "repository": {
    "type": "git",
    "url": "https://github.com/dai-shi/react-native-dom-expo.git"
  },
  "bin": {
    "init-rndom-expo": "init-rndom-expo.js"
  },
  "scripts": {
    "test": "eslint ."
  },
  "keywords": [
    "react",
    "react-native",
    "react-native-dom",
    "expo"
  ],
  "license": "MIT",
  "dependencies": {
    "edit-json-file": "^1.2.1",
    "fontfaceobserver": "^2.1.0",
    "glob": "^7.1.3"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.3.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4"
  },
  "peerDependencies": {
    "expo": ">=32.0.6",
    "react": ">=16.5.0",
    "react-native": ">=0.57.1"
  },
  "eslintConfig": {
    "parser": "babel-eslint",
    "extends": [
      "airbnb"
    ],
    "globals": {
      "__DEV__": "readonly"
    },
    "rules": {
      "import/no-unresolved": 0,
      "react/destructuring-assignment": 0,
      "react/prop-types": 0,
      "react/jsx-filename-extension": 0,
      "react/no-multi-comp": 0,
      "react/prefer-stateless-function": 0,
      "no-param-reassign": 0,
      "prefer-template": 0
    },
    "overrides": [{
      "files": ["native/*.js"],
      "env": { "browser": true },
      "rules": {
        "class-methods-use-this": 0
      }
    }, {
      "files": ["dom/*.js"],
      "env": { "browser": true },
      "rules": {
	"import/no-extraneous-dependencies": 0
      }
    }]
  },
  "eslintIgnore": [
    "vendor"
  ]
}
