Skip to content

Commit a57cde6

Browse files
committed
feat: use bunjs
1 parent 89f4f4c commit a57cde6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

bun.lockb

54.3 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"author": "Anatoliy Yastreb",
88
"license": "MIT",
99
"scripts": {
10-
"start": "node server.js"
10+
"start": "bun server.js"
1111
},
1212
"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"
13+
"basic-auth": "2.0.1",
14+
"express": "4.21.1",
15+
"lodash": "4.17.21",
16+
"request": "2.88.2",
17+
"sharp": "0.33.5"
1818
},
1919
"engines": {
2020
"node": "20"

0 commit comments

Comments
 (0)