UNPKG

cca-migrations

Version:

A powerful PostgreSQL migration tool with support for TypeORM and NestJS

66 lines (65 loc) 1.43 kB
{ "name": "cca-migrations", "version": "0.1.1", "type": "module", "description": "A powerful PostgreSQL migration tool with support for TypeORM and NestJS", "author": "Mindaugas Baltrunas <mindaugaskul@gmail.com>", "license": "MIT", "keywords": [ "postgresql", "postgres", "migrations", "database-migrations", "sql", "db-migrations", "typeorm", "nestjs", "database", "schema", "migration-tool", "pg", "database-management", "version-control", "database-version-control", "orm", "cli-tool", "npx", "node-postgres", "postgresql-migrations" ], "bin": { "cca-migrations": "src/bin/index.js", "cca": "src/bin/index.js" }, "files": [ "src" ], "main": "src/bin/index.js", "scripts": { "start": "node src/bin/index.js" }, "dependencies": { "commander": "^11.0.0", "pg": "^8.11.3", "typeorm": "^0.3.17" }, "repository": { "type": "git", "url": "https://github.com/minde8888/cca-migrations" }, "bugs": { "url": "https://github.com/minde8888/cca-migrations/issues", "email": "mindaugaskul@gmail.com" }, "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "^22.10.2", "ts-node": "^10.9.2", "typescript": "^5.7.2" } }