File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 7
7
"homepage" : " https://modelcontextprotocol.io" ,
8
8
"bugs" : " https://github.com/modelcontextprotocol/typescript-sdk/issues" ,
9
9
"type" : " module" ,
10
- "main" : " ./dist/index.js" ,
11
- "types" : " ./dist/index.d.ts" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/modelcontextprotocol/typescript-sdk.git"
13
+ },
14
+ "engines" : {
15
+ "node" : " >=22.12.0"
16
+ },
17
+ "keywords" : [
18
+ " modelcontextprotocol" ,
19
+ " mcp"
20
+ ],
12
21
"exports" : {
13
22
"./*" : " ./dist/*"
14
23
},
23
32
" dist"
24
33
],
25
34
"scripts" : {
26
- "build" : " tsc" ,
27
- "prepack" : " tsc" ,
35
+ "build" : " tsc -p tsconfig.prod.json " ,
36
+ "prepack" : " tsc -p tsconfig.prod.json " ,
28
37
"lint" : " eslint src/" ,
29
38
"test" : " jest" ,
30
39
"start" : " npm run server" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig.json" ,
3
+ "exclude" : [
4
+ " **/*.test.ts" ,
5
+ ]
6
+ }
You can’t perform that action at this time.
0 commit comments