pg-migration-manager
Version:
The super simple migration manager for pg driver.
34 lines (33 loc) • 985 B
JSON
{
"name": "pg-migration-manager",
"version": "1.0.12",
"description": "The super simple migration manager for pg driver.",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && cp package.json dist/ && cp LICENSE dist/ && cp -r assets dist/ && cp README.md dist/",
"publish-patch": "npm version patch && npm run build && cd dist && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlekseyKowalsky/pg-migration-manager.git"
},
"keywords": [
"pg",
"migration",
"postgresql"
],
"author": "Aleksey Kowalsky",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/AlekseyKowalsky/pg-migration-manager/issues"
},
"homepage": "https://github.com/AlekseyKowalsky/pg-migration-manager#readme",
"dependencies": {
"pg": "~8.2.1"
},
"devDependencies": {
"@types/node": "~14.0.14"
}
}