UNPKG

@semantic-release/npm

Version:

semantic-release plugin to publish a npm package

124 lines (123 loc) 3.08 kB
{ "name": "@semantic-release/npm", "description": "semantic-release plugin to publish a npm package", "version": "12.0.2", "author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)", "ava": { "files": [ "test/**/*.test.js", "!test/integration.test.js" ], "timeout": "2m", "workerThreads": false }, "bugs": { "url": "https://github.com/semantic-release/npm/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": "^5.0.0", "execa": "^9.0.0", "fs-extra": "^11.0.0", "lodash-es": "^4.17.21", "nerf-dart": "^1.0.0", "normalize-url": "^8.0.0", "npm": "^10.9.3", "rc": "^1.2.8", "read-pkg": "^9.0.0", "registry-auth-token": "^5.0.0", "semver": "^7.1.2", "tempy": "^3.0.0" }, "devDependencies": { "ava": "6.4.0", "c8": "10.1.3", "dockerode": "4.0.7", "got": "14.4.7", "lockfile-lint": "4.14.1", "ls-engines": "0.9.3", "npm-run-all2": "8.0.4", "p-retry": "6.2.1", "prettier": "3.6.1", "publint": "0.3.12", "semantic-release": "24.2.5", "sinon": "21.0.0", "stream-buffers": "3.0.3", "strip-ansi": "7.1.0" }, "engines": { "node": ">=20.8.1" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/semantic-release/npm#readme", "keywords": [ "npm", "publish", "registry", "semantic-release", "version" ], "license": "MIT", "main": "./index.js", "exports": "./index.js", "c8": { "include": [ "lib/**/*.js", "index.js" ], "reporter": [ "json", "text", "html" ], "all": true }, "lockfile-lint": { "path": "package-lock.json", "type": "npm", "validate-https": true, "allowed-hosts": [ "npm" ] }, "peerDependencies": { "semantic-release": ">=20.1.0" }, "prettier": { "printWidth": 120, "trailingComma": "es5" }, "publishConfig": { "access": "public", "provenance": true }, "repository": { "type": "git", "url": "https://github.com/semantic-release/npm.git" }, "scripts": { "lint": "prettier --check \"{lib,test}/**/*.{js,json,ts}\" \"*.{md,json,js}\" \".github/**/*.yml\"", "lint:prettier": "prettier --check \"{lib,test}/**/*.{js,json,ts}\" \"*.{md,json,js}\" \".github/**/*.yml\"", "lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/**/*.js\"", "lint:lockfile": "lockfile-lint", "lint:engines": "ls-engines", "lint:publish": "publint --strict", "test": "npm-run-all --print-label --parallel lint:* --parallel test:*", "test:unit": "c8 ava --verbose", "test:integration": "ava --verbose test/integration.test.js" }, "type": "module", "renovate": { "extends": [ "github>semantic-release/.github:renovate-config" ] }, "packageManager": "npm@10.9.3" }