UNPKG

flywaydb-cli

Version:

Install latest flywaydb-cli as a node module

64 lines (63 loc) 1.52 kB
{ "name": "flywaydb-cli", "version": "0.9.0", "description": "Install latest flywaydb-cli as a node module", "main": "dist/installer.js", "bin": { "flyway": "./bin/flyway", "flyway.cmd": "./bin/flyway.cmd" }, "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": "node prepublish.js && npm run build" }, "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", "fs-extra": "^7.0.1", "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" ] } }