migrat
Version:
A pluggable migration runner.
41 lines (40 loc) • 827 B
JSON
{
"name": "migrat",
"version": "0.2.1",
"description": "A pluggable migration runner.",
"main": "index.js",
"scripts": {
"clean": "make clean",
"test": "npm run clean && mocha --check-leaks -R list"
},
"bin": {
"migrat": "./bin/migrat"
},
"keywords": [
"migrat",
"migration",
"tool",
"data",
"database",
"runner"
],
"repository": {
"type": "git",
"url": "git://github.com/naturalatlas/migrat.git"
},
"author": "Brian Reavis <brian@thirdroute.com>",
"license": "Apache-2.0",
"dependencies": {
"async": "^3.2.0",
"chalk": "^3.0.0",
"figures": "^3.2.0",
"humanize-duration": "^3.23.1",
"lodash": "^4.17.20",
"minimatch": "^3.0.4",
"yargs": "^15.4.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.2.0"
}
}