UNPKG

@suin/semantic-release-yarn

Version:

semantic-release plugin to publish a npm package with yarn@berry

71 lines 1.67 kB
{ "name": "@suin/semantic-release-yarn", "version": "1.1.0", "description": "semantic-release plugin to publish a npm package with yarn@berry", "keywords": [ "semantic-release", "yarn", "yarn2", "yarn3", "yarn-berry", "publish", "version" ], "homepage": "https://github.com/suin/semantic-release-yarn#readme", "bugs": { "url": "https://github.com/suin/semantic-release-yarn/issues" }, "repository": { "type": "git", "url": "https://github.com/suin/semantic-release-yarn.git" }, "license": "MIT", "author": { "name": "suin", "url": "https://twitter.com/suin" }, "type": "commonjs", "exports": { ".": { "require": "./index.js", "types": "./index.d.ts" } }, "main": "./index.js", "types": "./index.d.ts", "files": [ "*.{js,ts,map}", "**/*.{js,ts,map}", "!*.{test,spec}.*", "!testUtils.*" ], "scripts": { "build": "tsc", "test": "vitest *.test.ts --threads false --run", "test:watch": "vitest *.test.ts --threads false" }, "dependencies": { "@semantic-release/error": "^3.0.0", "execa": "^5.1.1", "read-pkg": "5.2.0", "semver": "^7.3.5" }, "devDependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@suin/tsconfig": "^0.0.0", "@types/semver": "^7.3.9", "conventional-changelog-conventionalcommits": "^4.6.3", "semantic-release": "^19.0.2", "tempy": "^1.0.1", "typescript": "^4.5.5", "vitest": "^0.2.8" }, "engines": { "node": ">=16.9" }, "publishConfig": { "access": "public" }, "packageManager": "yarn@3.1.0" }