build fixes

This commit is contained in:
Dennis Postma 2024-07-10 19:58:01 +02:00
parent 45b4817ac4
commit c7b70f2674
3 changed files with 5 additions and 13 deletions

4
captain-definition Normal file
View File

@ -0,0 +1,4 @@
{
"schemaVersion" :2 ,
"templateId" :"node/22.4.1"
}

11
package-lock.json generated
View File

@ -6,7 +6,6 @@
"": {
"dependencies": {
"@prisma/client": "^5.13.0",
"@types/sharp": "^0.32.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
@ -757,16 +756,6 @@
"@types/send": "*"
}
},
"node_modules/@types/sharp": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.32.0.tgz",
"integrity": "sha512-OOi3kL+FZDnPhVzsfD37J88FNeZh6gQsGcLc95NbeURRGvmSjeXiDcyWzF2o3yh/gQAUn2uhh/e+CPCa5nwAxw==",
"deprecated": "This is a stub types definition. sharp provides its own type definitions, so you do not need this installed.",
"license": "MIT",
"dependencies": {
"sharp": "*"
}
},
"node_modules/@types/socket.io": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@types/socket.io/-/socket.io-3.0.2.tgz",

View File

@ -1,12 +1,11 @@
{
"scripts": {
"start": "node dist/index.js",
"start": "node dist/server.js",
"dev": "nodemon --exec ts-node src/server.ts",
"build": "tsc"
},
"dependencies": {
"@prisma/client": "^5.13.0",
"@types/sharp": "^0.32.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",