File tree Expand file tree Collapse file tree 3 files changed +1575
-3294
lines changed Expand file tree Collapse file tree 3 files changed +1575
-3294
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "exports" : " ./dist/index.js" ,
3
+ "include" : [" dist/index.js" , " dist/bin/mcp-proxy.js" ],
4
+ "license" : " MIT" ,
5
+ "name" : " @punkpeye/mcp-proxy" ,
6
+ "version" : " 1.0.0"
7
+ }
Original file line number Diff line number Diff line change 4
4
"main" : " dist/index.js" ,
5
5
"scripts" : {
6
6
"build" : " tsup" ,
7
- "test" : " vitest run && tsc && prettier --check . && eslint ." ,
7
+ "test" : " vitest run && tsc && prettier --check . && eslint . && jsr publish --dry-run " ,
8
8
"format" : " prettier --write . && eslint --fix ."
9
9
},
10
10
"bin" : {
38
38
" @semantic-release/commit-analyzer" ,
39
39
" @semantic-release/release-notes-generator" ,
40
40
" @semantic-release/npm" ,
41
- " @semantic-release/github"
41
+ " @semantic-release/github" ,
42
+ " @sebbo2002/semantic-release-jsr"
42
43
]
43
44
},
44
45
"devDependencies" : {
54
55
"express" : " ^5.0.1" ,
55
56
"get-port-please" : " ^3.1.2" ,
56
57
"jiti" : " ^2.4.2" ,
58
+ "jsr" : " ^0.13.4" ,
57
59
"prettier" : " ^3.5.3" ,
58
60
"semantic-release" : " ^24.2.3" ,
59
61
"tsup" : " ^8.4.0" ,
You can’t perform that action at this time.
0 commit comments