db-doctor
Version:
Database migration tool compatible with various frameworks like Express, NestJS, and core Node.js.
63 lines (62 loc) • 1.39 kB
JSON
{
"name": "db-doctor",
"version": "1.69.0",
"description": "Database migration tool compatible with various frameworks like Express, NestJS, and core Node.js.",
"main": "dist/index.js",
"types": "src/index.ts",
"scripts": {
"build": "tsc",
"postbuild": "echo '#!/usr/bin/env node\n' | cat - dist/index.js > dist/index.temp.js && mv dist/index.temp.js dist/index.js",
"prepare": "npm run build"
},
"bin": {
"db-doctor": "./dist/index.js"
},
"dependencies": {
"fs-extra": "^10.1.0",
"inquirer": "^8.2.6",
"mongodb": "^4.17.2",
"mysql2": "^2.3.3",
"path": "^0.12.7"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"chalk": "^5.3.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"database migration",
"migrations",
"db-doctor",
"NestJS",
"Express",
"Node.js",
"TypeScript",
"JavaScript",
"ORM",
"MySQL",
"MongoDB",
"CLI tool",
"schema migration",
"database schema",
"migration tool",
"automation",
"framework agnostic",
"npm package",
"project setup",
"timestamped migrations",
"database versioning",
"migration manager",
"data migration",
"module-based migration",
"jkg",
"jaykumar-gohil"
]
}