@semantic-release/npm
Version:
semantic-release plugin to publish a npm package
108 lines (107 loc) • 2.38 kB
JSON
{
"name": "@semantic-release/npm",
"description": "semantic-release plugin to publish a npm package",
"version": "5.1.2",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
"bugs": {
"url": "https://github.com/semantic-release/npm/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"contributors": [
"Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@semantic-release/error": "^2.2.0",
"aggregate-error": "^1.0.0",
"execa": "^1.0.0",
"fs-extra": "^7.0.0",
"lodash": "^4.17.4",
"nerf-dart": "^1.0.0",
"normalize-url": "^4.0.0",
"npm": "^6.3.0",
"rc": "^1.2.8",
"read-pkg": "^4.0.0",
"registry-auth-token": "^3.3.1"
},
"devDependencies": {
"ava": "^0.25.0",
"clear-module": "^3.0.0",
"codecov": "^3.0.0",
"commitizen": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"delay": "^4.0.0",
"dockerode": "^2.5.3",
"file-url": "^2.0.2",
"get-stream": "^4.0.0",
"got": "^9.0.0",
"nock": "^10.0.0",
"nyc": "^13.1.0",
"p-retry": "^3.0.0",
"semantic-release": "^15.0.0",
"sinon": "^7.1.1",
"stream-buffers": "^3.0.2",
"tempy": "^0.2.1",
"xo": "^0.23.0"
},
"engines": {
"node": ">=8.3"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/semantic-release/npm#readme",
"keywords": [
"npm",
"publish",
"registry",
"semantic-release",
"version"
],
"license": "MIT",
"main": "index.js",
"nyc": {
"include": [
"lib/**/*.js",
"index.js"
],
"reporter": [
"json",
"text",
"html"
],
"all": true
},
"peerDependencies": {
"semantic-release": ">=15.9.0 <16.0.0"
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"repository": {
"type": "git",
"url": "https://github.com/semantic-release/npm.git"
},
"scripts": {
"cm": "git-cz",
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",
"pretest": "npm run lint",
"semantic-release": "semantic-release",
"test": "nyc ava -v"
},
"xo": {
"prettier": true,
"space": true
}
}