@slonik/migrator
Version:
database migration tool using slonik
39 lines (38 loc) • 909 B
JSON
{
"name": "@slonik/migrator",
"version": "0.12.0",
"description": "database migration tool using slonik",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mmkal/slonik-tools.git"
},
"keywords": [
"slonik"
],
"author": "mmkal",
"license": "ISC",
"bugs": {
"url": "https://github.com/mmkal/slonik-tools/issues"
},
"homepage": "https://github.com/mmkal/slonik-tools/tree/master/packages/migrator#readme",
"dependencies": {
"@rushstack/ts-command-line": "^4.11.0",
"umzug": "^3.1.1"
},
"peerDependencies": {
"slonik": "27 - 29"
},
"devDependencies": {
"@types/dedent": "0.7.0",
"@types/lodash": "4.14.182",
"dedent": "0.7.0",
"lodash": "4.17.21",
"strip-ansi": "7.0.1"
},
"gitHead": "1541e7585185e96e4ee99c0ebea195a208b73f96"
}