mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-05 05:18:44 -05:00
chore(tools): update screenshot-service to tsx and deps (#59517)
This commit is contained in:
1759
pnpm-lock.yaml
generated
1759
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user