{ "name": "nmig", "version": "3.4.0", "description": "The database migration app", "author": "Anatoly Khaytovich", "license": "GPL-3.0", "repository": { "type": "git", "url": "https://github.com/AnatolyUss/nmig.git" }, "dependencies": { "mysql": "^2.15.0", "pg": "^7.4.1", "pg-copy-streams": "^1.2.0" }, "scripts": { "start": "node src/Main.js", "test": "node test/Main.test.js" }, "devDependencies": { "tape": "^4.8.0" } }