db-migrate-cockroachdb
Version:
A cockroachdb driver for db-migrate.
49 lines (48 loc) • 1.13 kB
JSON
{
"name": "db-migrate-cockroachdb",
"version": "5.7.6",
"description": "A cockroachdb driver for db-migrate.",
"main": "index.js",
"scripts": {
"test": "echo \"No tests needed yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/db-migrate/cockroachdb.git"
},
"keywords": [
"db-migrate",
"dbmigrate",
"migrate",
"db",
"database",
"migration",
"driver",
"cockroach",
"roach",
"roachdb",
"cockroachdb"
],
"author": "Tobias Gurtzick <magic@wizardtales.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/db-migrate/cockroachdb/issues"
},
"homepage": "https://github.com/db-migrate/cockroachdb#readme",
"dependencies": {
"bluebird": "^3.5.0",
"db-migrate-pg": "^1.4.2",
"pg": "^8.0.2"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"peerDependencies": {
"pg-native": "^3.2.0"
}
}