diff --git a/migrations/package.json b/migrations/package.json new file mode 100644 index 0000000..f5812fc --- /dev/null +++ b/migrations/package.json @@ -0,0 +1,12 @@ +{ + "name": "migrations", + "version": "1.0.0", + "keywords": [], + "author": "", + "license": "ISC", + "description": "", + "dependencies": { + "mongodb": "^6.19.0", + "ulid": "^3.0.1" + } +}