Files
warframe-center/shared-stuff/package.json
2022-07-07 00:51:28 +03:00

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