15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"name": "shared-stuff",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "The stuff that is shared between the background job and the Next app",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"build": "./node_modules/typescript/bin/tsc"
|
|
},
|
|
"dependencies": {
|
|
"mongoose": "^6.4.3",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|