{
  "name": "@swmansion/xdl",
  "version": "50.2.0-swmansion",
  "description": "The Expo Development Library",
  "main": "build/xdl.js",
  "files": [
    "build",
    "binaries",
    "caches",
    "scripts"
  ],
  "scripts": {
    "start": "yarn run build && yarn run watch",
    "build": "cross-env NODE_ENV=production gulp clean && gulp build",
    "prepublish": "yarn build",
    "watch": "gulp watch",
    "test": "jest --config jest/unit-test-config.json",
    "integration-tests": "jest --config jest/integration-test-config.json",
    "flow-typed": "flow-typed install --flowVersion=\"$(flow version | awk '{ print $9 }')\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exponent/xdl.git"
  },
  "author": "support@expo.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/exponent/xdl/issues"
  },
  "homepage": "https://github.com/exponent/xdl#readme",
  "powertools": {
    "group": "dev-tools"
  },
  "dependencies": {
    "@expo/bunyan": "3.0.2",
    "@expo/json-file": "^8.0.0",
    "@expo/ngrok": "2.4.2",
    "@expo/osascript": "^1.8.0",
    "@expo/schemer": "1.1.0",
    "@expo/spawn-async": "^1.2.8",
    "analytics-node": "^2.1.0",
    "axios": "0.16.2",
    "body-parser": "^1.15.2",
    "chalk": "^2.4.1",
    "concat-stream": "^1.6.0",
    "decache": "^4.1.0",
    "delay-async": "^1.0.0",
    "detect-installed": "^2.0.4",
    "es6-error": "^4.0.2",
    "escape-string-regexp": "^1.0.5",
    "express": "^4.13.4",
    "file-type": "^4.0.0",
    "follow-redirects": "^1.2.3",
    "form-data": "^2.1.4",
    "freeport-async": "^1.1.1",
    "fs-extra": "^6.0.1",
    "getenv": "^0.7.0",
    "glob": "^7.0.3",
    "glob-promise": "^3.3.0",
    "globby": "^6.1.0",
    "hasbin": "^1.2.3",
    "home-dir": "^1.0.0",
    "idx": "^2.1.0",
    "indent-string": "^3.1.0",
    "inquirer": "^5.0.1",
    "invariant": "^2.2.4",
    "joi": "^10.0.2",
    "jsonfile": "^2.3.1",
    "lodash": "^4.14.1",
    "md5hex": "^1.0.0",
    "minimatch": "^3.0.4",
    "mkdirp": "^0.5.1",
    "mv": "^2.1.1",
    "ncp": "^2.0.0",
    "node-forge": "^0.7.4",
    "opn": "^4.0.2",
    "plist": "^2.1.0",
    "prop-types": "^15.5.10",
    "querystring": "^0.2.0",
    "raven": "^2.1.1",
    "raven-js": "^3.17.0",
    "react": "^16.0.0",
    "react-redux": "^5.0.2",
    "read-chunk": "^2.0.0",
    "redux": "^3.6.0",
    "redux-logger": "^2.7.4",
    "replace-string": "^1.1.0",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5",
    "semver": "^5.3.0",
    "slugid": "^1.1.0",
    "slugify": "^1.0.2",
    "source-map-support": "^0.4.2",
    "split": "^1.0.1",
    "tar": "^4.0.2",
    "tree-kill": "^1.1.0",
    "url": "^0.11.0",
    "util.promisify": "^1.0.0",
    "uuid": "^3.0.1",
    "xmldom": "^0.1.27"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^19.0.0",
    "babel-plugin-idx": "^1.1.0",
    "babel-plugin-module-resolver": "^2.4.0",
    "babel-plugin-transform-flow-strip-types": "^6.21.0",
    "babel-plugin-transform-inline-imports-commonjs": "^1.2.0",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-es2015-node6": "^0.4.0",
    "babel-preset-stage-1": "^6.5.0",
    "cross-env": "^3.1.3",
    "eslint": "^4.12.0",
    "eslint-config-universe": "^1.0.6",
    "extend": "^3.0.0",
    "flow-bin": "^0.37.4",
    "flow-typed": "^2.0.0",
    "gulp": "^4.0.0",
    "gulp-babel": "^6.1.2",
    "gulp-changed": "^1.3.1",
    "gulp-cli": "^1.2.2",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-shell": "^0.5.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulplog": "^1.0.0",
    "hashids": "^1.1.1",
    "jest": "^19.0.2",
    "mock-fs": "^3.12.1",
    "prettier": "~1.7.4",
    "promise-print": "^2.3.0",
    "rimraf": "^2.5.4",
    "sharp": "^0.18.4"
  },
  "peerDependencies": {
    "sharp": "^0.18.4"
  }
}
