node-flywaydb
Version:
NodeJs wrapper for flywaydb cli
35 lines (34 loc) • 787 B
JSON
{
"name": "node-flywaydb",
"version": "3.0.7",
"description": "NodeJs wrapper for flywaydb cli",
"main": "index.js",
"bin": {
"flyway": "./bin/flyway.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markgardner/node-flywaydb.git"
},
"keywords": [
"flyway",
"flywaydb"
],
"author": "Mark Gardner",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/markgardner/node-flywaydb/issues"
},
"homepage": "https://github.com/markgardner/node-flywaydb#readme",
"dependencies": {
"commander": "^5.0.0",
"extract-zip": "^2.0.0",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"rimraf": "^3.0.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}