UNPKG

@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.

66 lines (65 loc) 1.97 kB
{ "author": "Sebastian Pekarek <mail@sebbo.net>", "bugs": { "url": "https://github.com/sebbo2002/semantic-release-jsr/issues" }, "dependencies": { "jsr": "^0.13.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": "^9.18.0", "@qiwi/semantic-release-gh-pages-plugin": "^5.4.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.1", "@types/eslint__js": "^8.42.3", "@types/mocha": "^10.0.10", "@types/node": "^22.10.5", "@types/signale": "^1.4.7", "c8": "^10.1.3", "eslint": "^9.18.0", "eslint-plugin-jsonc": "^2.19.1", "esm": "^3.2.25", "license-checker": "^25.0.1", "mocha": "^11.1.0", "mochawesome": "^7.1.3", "semantic-release-license": "^1.0.3", "source-map-support": "^0.5.21", "tsup": "^8.3.6", "tsx": "^4.19.2", "typedoc": "^0.27.6", "typescript": "^5.7.3", "typescript-eslint": "^8.19.1" }, "engines": { "node": "18 || 20 || >=22.0.0" }, "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "files": [ "/dist" ], "homepage": "https://github.com/sebbo2002/semantic-release-jsr#readme", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.js", "name": "@sebbo2002/semantic-release-jsr", "repository": { "type": "git", "url": "git+https://github.com/sebbo2002/semantic-release-jsr.git" }, "scripts": { "build": "tsup && cp ./dist/index.d.ts ./dist/index.d.cts", "build-all": "./.github/workflows/build.sh", "coverage": "c8 mocha", "license-check": "license-checker --production --summary", "lint": "eslint .", "test": "mocha" }, "type": "module", "version": "2.0.4" }