Fix package.json

This commit is contained in:
2026-03-04 15:15:19 +01:00
parent 400b3ca23a
commit 99b6c5bbf7

View File

@@ -7,6 +7,10 @@
"engines": {
"node": ">22.0.0"
},
"repository": {
"type": "git",
"url": "https://git.savefamilygps.net/alvarsanmartin/migration_tool.git"
},
"bin": {
"db-migrate": "lib/index.js"
},