We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f4f4c commit a57cde6Copy full SHA for a57cde6
2 files changed
bun.lockb
54.3 KB
package.json
@@ -7,14 +7,14 @@
7
"author": "Anatoliy Yastreb",
8
"license": "MIT",
9
"scripts": {
10
- "start": "node server.js"
+ "start": "bun server.js"
11
},
12
"dependencies": {
13
- "basic-auth": "^2.0.1",
14
- "express": "^4.19.2",
15
- "lodash": "^4.17.21",
16
- "request": "^2.88.2",
17
- "sharp": "^0.33.5"
+ "basic-auth": "2.0.1",
+ "express": "4.21.1",
+ "lodash": "4.17.21",
+ "request": "2.88.2",
+ "sharp": "0.33.5"
18
19
"engines": {
20
"node": "20"
0 commit comments