Skip to content

Commit f0733d6

Browse files
AI Testing MCPclaude
andcommitted
Move TypeScript to dependencies for Railway build
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 73567f2 commit f0733d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"postinstall": "npm run build"
1212
},
1313
"dependencies": {
14-
"@modelcontextprotocol/sdk": "^0.5.0"
14+
"@modelcontextprotocol/sdk": "^0.5.0",
15+
"typescript": "^5.0.0"
1516
},
1617
"devDependencies": {
17-
"@types/node": "^20.0.0",
18-
"typescript": "^5.0.0"
18+
"@types/node": "^20.0.0"
1919
}
2020
}

0 commit comments

Comments
 (0)