Error de modulo

This commit is contained in:
2026-03-10 11:42:17 +01:00
parent 1063358bdf
commit ff34e9b664
3 changed files with 21 additions and 11 deletions

View File

@@ -1,18 +1,21 @@
{
"name": "@alvarsanmartin/db-migrate",
"version": "1.1.5",
"name": "@sf-alvar/db-migrate",
"version": "1.0.3",
"description": "Herramienta de migracion de bdd",
"main": "lib/index.js",
"type": "module",
"engines": {
"node": ">22.0.0"
},
"repository": {
"type": "git",
"url": "https://git.savefamilygps.net/alvarsanmartin/migration_tool.git"
"url": "https://git.savefamilygps.net/SaveFamily/db-migrate"
},
"files": [
"lib",
"README.md"
],
"publishConfig": {
"registry": "https://git.savefamilygps.net/api/packages/alvarsanmartin/npm/"
"registry": "https://git.savefamilygps.net/api/packages/SaveFamily/npm/"
},
"bin": {
"db-migrate": "lib/index.js"
@@ -21,7 +24,7 @@
"test": "node --test",
"build": "tsc --build",
"link": "npm run build && npm link",
"start": "node ./dist/index.js"
"start": "node ./lib/index.js"
},
"author": "alvarsanmartin",
"license": "ISC",