Add package.json for migrations with dependencies

Add package.json
pull/165/head
Ganni 5 months ago committed by GitHub
parent 8ffc55b96a
commit 2237f4c2e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,12 @@
{
"name": "migrations",
"version": "1.0.0",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"mongodb": "^6.19.0",
"ulid": "^3.0.1"
}
}
Loading…
Cancel
Save