{
  "name": "wire",
  "version": "1.1.8",
  "author": "Callum Locke",
  "babel": {
    "presets": [
      "./babel-config.js"
    ]
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "chalk": "^2.3.0",
    "filesize-parser": "^1.4.1",
    "immutable": "^4.0.0-rc.9",
    "invariant": "^2.2.2",
    "join-table": "^3.0.2",
    "lodash": "^4.17.4",
    "minimatch": "^3.0.4",
    "mkdirp-promise": "^5.0.1",
    "pretty-bytes": "^4.0.2",
    "pretty-hrtime": "^1.0.3",
    "resolve-from": "^4.0.0",
    "sane": "^2.2.0",
    "subdir": "0.0.3",
    "tempy": "^0.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "babel-helpers": "^6.24.1",
    "babel-jest": "^21.2.0",
    "babel-plugin-syntax-flow": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "del": "^3.0.0",
    "del-cli": "^1.1.0",
    "documentation": "^5.3.3",
    "eslint": "^4.11.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-flowtype": "^2.39.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.5.1",
    "execa": "^0.8.0",
    "flow-bin": "^0.59.0",
    "flow-copy-source": "^1.2.1",
    "flow-typed": "^2.2.3",
    "hard-rejection": "^1.0.0",
    "jest": "^21.2.1"
  },
  "files": [
    "lib"
  ],
  "license": "MIT",
  "main": "lib",
  "repository": "callumlocke/wire",
  "scripts": {
    "build": "del lib && babel src --out-dir lib --ignore '**/__tests__/**'",
    "build:tmp": "del tmp && PRESERVE_MODULE_SYNTAX=1 PRESERVE_FLOW_ANNOTATIONS=1 babel src --out-dir tmp --ignore '**/__tests__/**'",
    "check-types": "flow",
    "create-docs": "documentation build src --format html --output docs",
    "create-flow-files": "npm run build:tmp && flow-copy-source --verbose --ignore '**/__tests__/**' tmp lib",
    "lint": "eslint .",
    "prepublishOnly": "npm run build && npm run create-flow-files",
    "test": "jest"
  }
}
