schema-migrations
Version:
Run database migrations.
32 lines (31 loc) • 656 B
JSON
{
"name": "schema-migrations",
"version": "4.0.0",
"description": "Run database migrations.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wurde/schema-migrations.git"
},
"keywords": [
"db",
"schema",
"migrations"
],
"files": [
"package.json",
"README.md",
"LICENSE.txt",
"CHANGELOG.md",
"index.js"
],
"author": "Andy Bettisworth <andy@accreu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wurde/schema-migrations/issues"
},
"homepage": "https://github.com/wurde/schema-migrations#readme",
"engines": {
"node": ">= 8"
}
}