nodejs-schema-migration
Version:
Build and migrate your database schema with nodejs
25 lines (24 loc) • 664 B
JSON
{
"name": "nodejs-schema-migration",
"version": "1.0.0",
"description": "Build and migrate your database schema with nodejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/91ahmed/nodejs-schema-migration.git"
},
"keywords": [
"nodejs-migration",
"nodejs-schema-migrate",
"nodejs-database-migration"
],
"author": "ahmed hassan",
"license": "ISC",
"bugs": {
"url": "https://github.com/91ahmed/nodejs-schema-migration/issues"
},
"homepage": "https://github.com/91ahmed/nodejs-schema-migration#readme"
}