This commit is contained in:
2026-02-23 09:54:51 +01:00
parent 4319cb3908
commit 172f85da25
3 changed files with 9 additions and 6 deletions

View File

@@ -3,9 +3,7 @@
"version": "1.0.0",
"description": "Herramienta de migracion de bdd",
"main": "src/index.ts",
"bin": {
"db-migrate": "./lib/index.js"
},
"bin": "./lib/index.js",
"scripts": {
"test": "node --test",
"build": "tsc --build",