Skip to content

Commit ccece1b

Browse files
committed
chore: remove unused dependencies
1 parent a3466b3 commit ccece1b

File tree

3 files changed

+1
-177
lines changed

3 files changed

+1
-177
lines changed

package-lock.json

Lines changed: 0 additions & 174 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@modelcontextprotocol/sdk": "^1.17.0",
3030
"dotenv": "^17.2.1",
3131
"express": "^5.1.0",
32-
"node-fetch": "^3.3.2",
3332
"yargs": "^17.7.2",
3433
"zod": "^3.25.76"
3534
},
@@ -38,7 +37,6 @@
3837
"@commitlint/config-conventional": "^19.8.1",
3938
"@modelcontextprotocol/inspector": "^0.16.1",
4039
"@types/express": "^5.0.3",
41-
"@types/node-fetch": "^2.6.12",
4240
"@types/yargs": "^17.0.33",
4341
"@typescript-eslint/eslint-plugin": "^8.38.0",
4442
"@typescript-eslint/parser": "^8.38.0",

scripts/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const config = {
2020
sourcemap: isDev,
2121
minify: isProd,
2222
platform: 'node',
23-
external: ['yargs', 'node-fetch', 'cors', 'express', 'nanoid', 'zod', 'dotenv', '@modelcontextprotocol/sdk'],
23+
external: ['yargs', 'express', 'zod', 'dotenv', '@modelcontextprotocol/sdk'],
2424
alias: {
2525
'@': path.resolve(__dirname, '../src'),
2626
},

0 commit comments

Comments
 (0)