@driftjs/flow
Version:
Production-ready CLI that automatically enhances database migrations with 50+ safety, performance, and monitoring improvements. Supports Prisma, Drizzle, TypeORM with zero-downtime deployments and comprehensive rollback capabilities.
100 lines (99 loc) • 2.45 kB
JSON
{
"name": "@driftjs/flow",
"version": "1.2.3",
"description": "Production-ready CLI that automatically enhances database migrations with 50+ safety, performance, and monitoring improvements. Supports Prisma, Drizzle, TypeORM with zero-downtime deployments and comprehensive rollback capabilities.",
"main": "dist/index.js",
"type": "module",
"bin": {
"flow": "./dist/index.js"
},
"scripts": {
"release": "bun run scripts/release.ts && bun publish",
"build": "tsup",
"dev": "tsup --watch",
"check-types": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "bun run build && bun run check-types"
},
"keywords": [
"database",
"migration",
"orm",
"prisma",
"drizzle",
"typeorm",
"cli",
"production-safety",
"zero-downtime",
"schema-evolution",
"rollback",
"concurrent-indexes",
"migration-enhancement",
"devops",
"database-safety",
"performance-optimization",
"monitoring",
"validation",
"interactive-cli",
"database-tooling"
],
"author": "DriftJS Team",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"commander": "^12.0.0",
"diff": "^5.2.0",
"dotenv": "^16.4.5",
"execa": "^9.6.0",
"fs-extra": "^11.2.0",
"gradient-string": "^3.0.0",
"ms": "^2.1.3",
"node-sql-parser": "^5.0.0",
"ora": "^8.2.0",
"picocolors": "^1.0.1",
"prompts": "^2.4.2"
},
"optionalDependencies": {
"better-sqlite3": "^9.4.0",
"mysql2": "^3.10.1",
"pg": "^8.12.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/bun": "latest",
"@types/diff": "^5.2.1",
"@types/fs-extra": "^11.0.4",
"@types/gradient-string": "^1.1.6",
"@types/jest": "^29.5.0",
"@types/ms": "^0.7.34",
"@types/pg": "^8.11.0",
"@types/sqlite3": "^5.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.0",
"tsup": "^8.0.0",
"typescript": "^5.3.0"
},
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/driftjs/driftjs.git",
"directory": "apps/cli"
},
"bugs": {
"url": "https://github.com/driftjs/driftjs/issues"
},
"homepage": "https://driftjs.com/flow"
}