10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"name": "shared-stuff",
|
|
"version": "1.0.0",
|
|
"description": "The stuff that is shared between the background job and the Next app",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"mongoose": "^6.2.6"
|
|
}
|
|
}
|