Erster commit wie von Claude erstellt (unverändert)
This commit is contained in:
12
migration/package.json
Normal file
12
migration/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "recipe-migration",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"migrate": "node migrate.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"mongodb": "^6.8.0",
|
||||
"mysql2": "^3.11.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user