{
  "name": "now-latest",
  "version": "0.0.4",
  "description": "Get the latest deployment of your now.sh app",
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "babel-eslint": "^7.2.2",
    "now-client": "^0.7.0"
  },
  "devDependencies": {
    "ava": "^0.17.0",
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-polyfill": "^6.20.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-latest": "^6.16.0",
    "babel-preset-stage-2": "^6.18.0",
    "babel-register": "^6.18.0",
    "chalk": "^1.1.3",
    "eslint-config-samtgarson": "^0.0.2",
    "eslint-plugin-flowtype": "^2.30.4",
    "flow-bin": "^0.44.0",
    "nodemon": "^1.11.0",
    "ora": "^1.1.0",
    "retell": "^1.1.1",
    "source-map-support": "^0.4.9",
    "test-listen": "^1.0.0",
    "webpack": "2",
    "xo": "^0.17.1"
  },
  "scripts": {
    "start": "node .",
    "dev": "node build --watch",
    "build": "node build",
    "test": "ava && xo && flow check",
    "test:spec": "ava",
    "test:lint": "xo"
  },
  "xo": {
    "ignores": [
      "index.js"
    ],
    "extends": [
      "samtgarson",
      "plugin:flowtype/recommended"
    ],
    "plugins": [
      "flowtype"
    ],
    "rules": {
      "no-console": 0
    },
    "overrides": [
      {
        "files": "build/*.js",
        "rules": {
          "import/no-extraneous-dependencies": 0,
          "unicorn/no-process-exit": 0
        }
      }
    ]
  },
  "babel": {
    "presets": [
      "latest",
      "stage-2",
      "flow"
    ]
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ],
    "source": [
      "src/**/*.js"
    ],
    "require": [
      "babel-register",
      "babel-polyfill"
    ],
    "babel": "inherit"
  },
  "repository": "https://github.com/samtgarson/now-latest",
  "author": "samtgarson@gmail.com"
}
