knex-umzug
Version:
A storage adapter for umzug, a database migration module.
39 lines (38 loc) • 949 B
JSON
{
"name": "knex-umzug",
"version": "4.1.1",
"description": "A storage adapter for umzug, a database migration module.",
"keywords": [
"umzug",
"knex",
"migration",
"database"
],
"main": "storage.js",
"scripts": {
"lint": "standard",
"test": "npm run lint -s && node test.js",
"test:ci": "node test.js",
"postversion": "/release/node_modules/.bin/set-ci"
},
"author": "Marc Bachmann <marc.brookman@gmail.com>",
"license": "ISC",
"devDependencies": {
"@vscode/sqlite3": "^5.0.7",
"knex": "^1.0.3",
"standard": "^16.0.4",
"tape": "^5.0.1",
"umzug": "^3.0.0"
},
"peerDependencies": {
"umzug": "^2.0.0 || ^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcbachmann/knex-umzug.git"
},
"bugs": {
"url": "https://github.com/marcbachmann/knex-umzug/issues"
},
"homepage": "https://github.com/marcbachmann/knex-umzug#readme"
}