{ "name": "dbmate", "version": "1.5.0", "description": "Lightweight, framework-agnostic database migration tool", "files": [ "install.js" ], "scripts": { "install": "node install.js" }, "repository": { "type": "git", "url": "git+https://github.com/amacneil/dbmate.git" }, "keywords": [ "db", "database", "migration", "migrations", "postgres", "postgresql", "mysql", "sqlite" ], "author": "Adrian Macneil", "license": "MIT", "bugs": { "url": "https://github.com/amacneil/dbmate/issues" }, "homepage": "https://github.com/amacneil/dbmate#readme", "dependencies": { "node-fetch": "2.6.0" } }