chore(tools): update screenshot-service to tsx and deps (#59517)

This commit is contained in:
Shaun Hamilton
2025-04-10 16:51:13 +02:00
committed by GitHub
parent 56933d059f
commit 48091110d5
2 changed files with 985 additions and 786 deletions

1759
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,16 +2,16 @@
"name": "@freecodecamp/exam-screenshot-service",
"version": "1.0.0",
"devDependencies": {
"@types/express": "^5.0.0",
"nodemon": "^3.1.7",
"typescript": "^5.7.2"
"@types/express": "5.0.1",
"tsx": "4.19.1",
"typescript": "5.8.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.632.0",
"express": "5.0.0-beta.3"
"@aws-sdk/client-s3": "3.777.0",
"express": "5.0.1"
},
"scripts": {
"build": "tsc",
"dev": "nodemon index.ts"
"dev": "tsx watch index.ts"
}
}