Files
warframe-center/shared-stuff/package.json
2022-03-13 14:06:16 +03:00

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"
}
}