Skip to content

Commit 1b83c18

Browse files
committed
chore: add jsr
1 parent bc7b965 commit 1b83c18

File tree

3 files changed

+1575
-3294
lines changed

3 files changed

+1575
-3294
lines changed

jsr.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsup",
7-
"test": "vitest run && tsc && prettier --check . && eslint .",
7+
"test": "vitest run && tsc && prettier --check . && eslint . && jsr publish --dry-run",
88
"format": "prettier --write . && eslint --fix ."
99
},
1010
"bin": {
@@ -38,7 +38,8 @@
3838
"@semantic-release/commit-analyzer",
3939
"@semantic-release/release-notes-generator",
4040
"@semantic-release/npm",
41-
"@semantic-release/github"
41+
"@semantic-release/github",
42+
"@sebbo2002/semantic-release-jsr"
4243
]
4344
},
4445
"devDependencies": {
@@ -54,6 +55,7 @@
5455
"express": "^5.0.1",
5556
"get-port-please": "^3.1.2",
5657
"jiti": "^2.4.2",
58+
"jsr": "^0.13.4",
5759
"prettier": "^3.5.3",
5860
"semantic-release": "^24.2.3",
5961
"tsup": "^8.4.0",

0 commit comments

Comments
 (0)