UNPKG

run-migrate-mongo

Version:
32 lines (31 loc) 643 B
{ "name": "run-migrate-mongo", "version": "0.0.4", "description": "A global runner for migrate-mongo", "main": "cli/index.js", "bin": { "run-migrate-mongo": "./cli/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "CLI", "Migrate", "Mongo" ], "author": { "name": "Bui Minh Vu", "email": "vumt92@gmail.com" }, "license": "ISC", "repository": { "type": "git", "url": "https://github.com/vub/run-migrate-mongo" }, "dependencies": { "console-table-printer": "^2.7.5", "dotenv": "^8.2.0", "migrate-mongo": "^8.1.4" } }