@sebbo2002/semantic-release-jsr
Version:
Small `semantic-release` plugin, which adjusts the version in the `jsr.json` file and executes `jsr publish` to publish the module on jsr.io as well.
72 lines (71 loc) • 2.38 kB
JSON
{
"author": "Sebastian Pekarek <mail@sebbo.net>",
"bugs": {
"url": "https://github.com/sebbo2002/semantic-release-jsr/issues"
},
"dependencies": {
"@semantic-release/error": "^4.0.0",
"jsr": "^0.14.3"
},
"description": "Small `semantic-release` plugin, which adjusts the version in the `jsr.json` file and executes `jsr publish` to publish the module on jsr.io as well.",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^13.1.5",
"@types/mocha": "^10.0.10",
"@types/node": "^25.9.1",
"@types/semantic-release__error": "^3.0.3",
"@types/signale": "^1.4.7",
"c8": "^11.0.0",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsonc": "^3.1.2",
"eslint-plugin-perfectionist": "^5.9.0",
"esm": "^3.2.25",
"globals": "^17.6.0",
"husky": "^9.1.7",
"license-checker": "^25.0.1",
"mocha": "^11.7.6",
"mochawesome": "^7.1.4",
"prettier": "^3.8.3",
"semantic-release": "^25.0.3",
"semantic-release-license": "^1.0.3",
"source-map-support": "^0.5.21",
"tsdown": "^0.22.0",
"tsx": "^4.22.3",
"typedoc": "^0.28.19",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.0"
},
"engines": {
"node": "22 || >=24.0.0"
},
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"files": [
"/dist"
],
"homepage": "https://github.com/sebbo2002/semantic-release-jsr#readme",
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"name": "@sebbo2002/semantic-release-jsr",
"repository": {
"type": "git",
"url": "git+https://github.com/sebbo2002/semantic-release-jsr.git"
},
"scripts": {
"build": "tsdown",
"build-all": "./.github/workflows/build.sh",
"coverage": "c8 mocha",
"license-check": "license-checker --production --summary",
"lint": "npx eslint . --fix && npx prettier . --write",
"test": "mocha"
},
"type": "module",
"version": "4.0.0"
}