{
  "name": "@microcode/flywaydb-cli",
  "version": "0.5.3-5.2.4",
  "description": "Install latest flywaydb-cli as a node module",
  "main": "dist/installer.js",
  "bin": {
    "flyway": "./bin/flyway"
  },
  "scripts": {
    "start": "babel src -w -d dist",
    "build": "babel src -d dist",
    "install": "node dist/installer.js",
    "test": "nyc ava",
    "test:watch": "ava --watch --verbose",
    "prepublish": "rm ./bin/flyway && touch ./bin/flyway"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sgraham785/flywaydb-cli.git"
  },
  "keywords": [
    "flyway",
    "flywaydb",
    "flywaydb-cli",
    "database-migrations"
  ],
  "author": "Sean Graham",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sgraham785/flywaydb-cli/issues"
  },
  "homepage": "https://github.com/sgraham785/flywaydb-cli#readme",
  "dependencies": {
    "extract-zip": "^1.6.5",
    "filesize": "^3.5.9",
    "progress": "^2.0.0",
    "request": "^2.81.0",
    "request-progress": "^3.0.0",
    "request-promise": "^4.2.1",
    "rimraf": "^2.6.1"
  },
  "devDependencies": {
    "@ava/babel-preset-stage-4": "^1.0.0",
    "ava": "^0.19.1",
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "nyc": "^10.3.2",
    "rewire": "^2.5.2",
    "sinon": "^2.2.0",
    "standard": "^10.0.2"
  },
  "ava": {
    "require": "babel-register",
    "babel": "inherit"
  },
  "babel": {
    "presets": [
      "@ava/stage-4"
    ]
  },
  "flyway": {
    "version": "5.2.4"
  }
}
