Migrate to yarn

This commit is contained in:
2022-07-07 00:51:28 +03:00
parent 1af1048670
commit 78fd1b5adf
32 changed files with 10289 additions and 20356 deletions

View File

@@ -1,9 +1,14 @@
{
"name": "shared-stuff",
"private": true,
"version": "1.0.0",
"description": "The stuff that is shared between the background job and the Next app",
"main": "index.js",
"main": "./dist/index.js",
"scripts": {
"build": "./node_modules/typescript/bin/tsc"
},
"dependencies": {
"mongoose": "^6.2.6"
"mongoose": "^6.4.3",
"typescript": "^4.7.4"
}
}