UNPKG

migrat-postgres

Version:

PostgreSQL adapter for the Migrat migration tool.

37 lines (36 loc) 726 B
{ "name": "migrat-postgres", "version": "0.2.0", "description": "PostgreSQL adapter for the Migrat migration tool.", "main": "index.js", "scripts": { "test": "mocha test -R list" }, "keywords": [ "migrat", "migration", "data", "postgres", "postgresql", "sql" ], "repository": { "type": "git", "url": "git://github.com/naturalatlas/migrat-postgres.git" }, "author": "Brian Reavis <brian@thirdroute.com>", "license": "Apache-2.0", "peerDependencies": { "migrat": "*" }, "dependencies": { "async": "^3.2.0", "migrat": "^0.1.1", "pg": "^8.3.3", "pg-escape": "0.2.0" }, "devDependencies": { "mocha": "^8.1.2", "chai": "^4.2.0" } }