Skip to content

Commit 9af5a41

Browse files
committed
Update package.json
1 parent 7d38af9 commit 9af5a41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"start:example-server0": "tsx examples/example-server.ts",
26+
"start:example-server0": "bun examples/example-server.ts",
2727
"start:example-server": "cd ../openai-apps-sdk-examples && concurrently \"npm run serve\" \"cd pizzaz_server_node && PORT=3001 npm start\"",
2828
"start:sandbox-proxy": "python3 sandbox_proxy.py",
2929
"start": "npm run build && npm run start:example-server",
@@ -46,10 +46,8 @@
4646
"dependencies": {
4747
"@modelcontextprotocol/sdk": "^1.20.1",
4848
"bun": "^1.3.2",
49-
"esbuild": "~0.19.10",
5049
"react": "^19.2.0",
5150
"react-dom": "^19.2.0",
52-
"tsx": "^4.20.6",
5351
"typescript": "5.7.2",
5452
"zod": "^3.25"
5553
}

0 commit comments

Comments
 (0)