UNPKG

@semantic-release/exec

Version:

semantic-release plugin to run custom shell commands

73 lines (72 loc) 1.8 kB
{ "name": "@semantic-release/exec", "description": "semantic-release plugin to run custom shell commands", "version": "7.1.0", "type": "module", "author": "Pierre Vanduynslager (https://github.com/pvdlg)", "bugs": { "url": "https://github.com/semantic-release/exec/issues" }, "contributors": [ "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)", "Gregor Martynus (https://twitter.com/gr2m)" ], "dependencies": { "@semantic-release/error": "^4.0.0", "aggregate-error": "^3.0.0", "debug": "^4.0.0", "execa": "^9.0.0", "lodash-es": "^4.17.21", "parse-json": "^8.0.0" }, "devDependencies": { "ava": "6.3.0", "c8": "10.1.3", "prettier": "3.5.3", "semantic-release": "24.2.3", "sinon": "20.0.0", "stream-buffers": "3.0.3" }, "engines": { "node": ">=20.8.1" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/semantic-release/exec", "keywords": [ "cli", "publish", "release", "script", "semantic-release", "shell", "version" ], "license": "MIT", "exports": "./index.js", "main": "index.js", "peerDependencies": { "semantic-release": ">=24.1.0" }, "publishConfig": { "access": "public", "provenance": true }, "repository": { "type": "git", "url": "https://github.com/semantic-release/exec.git" }, "scripts": { "lint": "prettier --check \"{lib,test}/**/*.{js,json,ts}\" \"*.{js,md,json}\" \".github/**/*.yml\"", "lint:fix": "prettier --write \"{lib,test}/**/*.{js,json,ts}\" \"*.{js,md,json}\" \".github/**/*.yml\"", "semantic-release": "semantic-release", "test": "c8 ava -v" }, "renovate": { "extends": [ "github>semantic-release/.github:renovate-config" ] } }