Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dave9123 committed Feb 13, 2025
2 parents 5471190 + 32cac40 commit 5763b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=16.0.0"
},
"scripts": {
"start": "bun index.js",
"start": "node index.js",
"genPackageLock": "npm i --package-lock-only"
},
"keywords": [
Expand All @@ -18,7 +18,7 @@
"license": "GPL-3.0-or-later",
"dependencies": {
"@nebula-services/bare-server-node": "^2.0.4",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"@titaniumnetwork-dev/ultraviolet": "^1.0.11",
"@tomphttp/bare-server-node": "^2.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
Expand Down

0 comments on commit 5763b68

Please sign in to comment.