Skip to content

Commit 0250857

Browse files
committed
fix: migrate to tsdown
1 parent 9be69f5 commit 0250857

File tree

2 files changed

+388
-787
lines changed

2 files changed

+388
-787
lines changed

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "dist/index.js",
55
"scripts": {
6-
"build": "tsup",
6+
"build": "tsdown",
77
"test": "vitest run && tsc && eslint . && jsr publish --dry-run --allow-dirty",
88
"format": "eslint --fix ."
99
},
@@ -21,11 +21,6 @@
2121
"description": "A TypeScript SSE proxy for MCP servers that use stdio transport.",
2222
"module": "dist/index.js",
2323
"types": "dist/index.d.ts",
24-
"dependencies": {
25-
"@modelcontextprotocol/sdk": "^1.17.3",
26-
"eventsource": "^4.0.0",
27-
"yargs": "^18.0.0"
28-
},
2924
"repository": {
3025
"url": "https://github.com/punkpeye/mcp-proxy"
3126
},
@@ -44,6 +39,7 @@
4439
},
4540
"devDependencies": {
4641
"@eslint/js": "^9.33.0",
42+
"@modelcontextprotocol/sdk": "^1.17.3",
4743
"@sebbo2002/semantic-release-jsr": "^3.0.1",
4844
"@tsconfig/node22": "^22.0.2",
4945
"@types/express": "^5.0.3",
@@ -52,19 +48,21 @@
5248
"eslint": "^9.33.0",
5349
"eslint-config-prettier": "^10.1.8",
5450
"eslint-plugin-perfectionist": "^4.15.0",
51+
"eventsource": "^4.0.0",
5552
"express": "^5.0.1",
5653
"get-port-please": "^3.2.0",
5754
"jiti": "^2.5.1",
5855
"jsr": "^0.13.5",
5956
"prettier": "^3.6.2",
6057
"semantic-release": "^24.2.7",
61-
"tsup": "^8.5.0",
58+
"tsdown": "^0.14.2",
6259
"tsx": "^4.20.4",
6360
"typescript": "^5.9.2",
6461
"typescript-eslint": "^8.39.1",
65-
"vitest": "^3.2.4"
62+
"vitest": "^3.2.4",
63+
"yargs": "^18.0.0"
6664
},
67-
"tsup": {
65+
"tsdown": {
6866
"entry": [
6967
"src/index.ts",
7068
"src/bin/mcp-proxy.ts"

0 commit comments

Comments
 (0)