UNPKG

pg-patch

Version:

PostgreSQL patching made easy.

61 lines (60 loc) 1.25 kB
{ "name": "pg-patch", "version": "1.3.4", "description": "PostgreSQL patching made easy.", "main": "index.js", "scripts": { "test": "gulp test", "coverage": "istanbul cover node_modules/jasmine/bin/jasmine.js lib/*.js test/unit/*.js" }, "bin": "./bin/pg-patch.js", "repository": { "type": "git", "url": "https://github.com/Tireo/pg-patch.git" }, "author": { "name": "Łukasz Drożdż", "email": "lucas.drozdz@gmail.com" }, "license": "ISC", "dependencies": { "chalk": "^4.1.0", "pg": "^8.3.0", "q": "^1.5.1", "yargs": "^15.4.1" }, "devDependencies": { "gulp": "^4.0.2", "gulp-jasmine": "^4.0.0", "gulp-jshint": "^2.1.0", "jasmine-console-reporter": "^3.1.0", "jshint": "^2.12.0" }, "engines": { "node": ">=8.0" }, "keywords": [ "node", "pg", "psql", "postgres", "postgresql", "migrate", "migration", "migrator", "pg-migrate", "pg-migration", "pg-migrator", "db", "database", "db-patch", "db-patcher", "patch", "patcher", "pg-patch", "pg-patcher", "transaction", "transactional", "dry run" ] }