166 lines
4.1 KiB
JSON
166 lines
4.1 KiB
JSON
{
|
|
"name": "semantic-release",
|
|
"description": "Automated semver compliant package publishing",
|
|
"version": "0.0.0-development",
|
|
"type": "module",
|
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
"ava": {
|
|
"files": [
|
|
"test/**/*.test.js",
|
|
"!test/integration.test.js"
|
|
],
|
|
"nodeArguments": [
|
|
"--loader=testdouble",
|
|
"--no-warnings"
|
|
],
|
|
"timeout": "2m"
|
|
},
|
|
"bin": {
|
|
"semantic-release": "bin/semantic-release.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/semantic-release/semantic-release/issues"
|
|
},
|
|
"contributors": [
|
|
"Gregor Martynus (https://twitter.com/gr2m)",
|
|
"Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
|
|
"Matt Travi <npm@travi.org> (https://matt.travi.org/)"
|
|
],
|
|
"dependencies": {
|
|
"@semantic-release/commit-analyzer": "^11.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"@semantic-release/github": "^9.0.0",
|
|
"@semantic-release/npm": "^11.0.0",
|
|
"@semantic-release/release-notes-generator": "^12.0.0",
|
|
"aggregate-error": "^5.0.0",
|
|
"cosmiconfig": "^9.0.0",
|
|
"debug": "^4.0.0",
|
|
"env-ci": "^11.0.0",
|
|
"execa": "^8.0.0",
|
|
"figures": "^6.0.0",
|
|
"find-versions": "^5.1.0",
|
|
"get-stream": "^6.0.0",
|
|
"git-log-parser": "^1.2.0",
|
|
"hook-std": "^3.0.0",
|
|
"hosted-git-info": "^7.0.0",
|
|
"import-from-esm": "^1.3.1",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^11.0.0",
|
|
"marked-terminal": "^7.0.0",
|
|
"micromatch": "^4.0.2",
|
|
"p-each-series": "^3.0.0",
|
|
"p-reduce": "^3.0.0",
|
|
"read-pkg-up": "^11.0.0",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.3.2",
|
|
"semver-diff": "^4.0.0",
|
|
"signale": "^1.2.1",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "6.1.1",
|
|
"c8": "9.1.0",
|
|
"clear-module": "4.1.2",
|
|
"codecov": "3.8.3",
|
|
"cz-conventional-changelog": "3.3.0",
|
|
"dockerode": "4.0.2",
|
|
"file-url": "4.0.0",
|
|
"fs-extra": "11.2.0",
|
|
"got": "14.2.0",
|
|
"js-yaml": "4.1.0",
|
|
"lockfile-lint": "4.12.1",
|
|
"ls-engines": "0.9.1",
|
|
"mockserver-client": "5.15.0",
|
|
"nock": "13.5.1",
|
|
"npm-run-all2": "6.1.2",
|
|
"p-retry": "6.2.0",
|
|
"prettier": "3.2.5",
|
|
"publint": "0.2.7",
|
|
"sinon": "17.0.1",
|
|
"stream-buffers": "3.0.2",
|
|
"tempy": "3.1.0",
|
|
"testdouble": "3.20.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.8.1"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"docs",
|
|
"lib",
|
|
"index.d.ts",
|
|
"index.js",
|
|
"cli.js"
|
|
],
|
|
"homepage": "https://github.com/semantic-release/semantic-release#readme",
|
|
"keywords": [
|
|
"author",
|
|
"automation",
|
|
"changelog",
|
|
"module",
|
|
"package",
|
|
"publish",
|
|
"release",
|
|
"semver",
|
|
"version"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"types": "index.d.ts",
|
|
"c8": {
|
|
"include": [
|
|
"lib/**/*.js",
|
|
"index.js",
|
|
"cli.js"
|
|
],
|
|
"reporter": [
|
|
"json",
|
|
"text",
|
|
"html"
|
|
],
|
|
"all": true
|
|
},
|
|
"lockfile-lint": {
|
|
"path": "package-lock.json",
|
|
"type": "npm",
|
|
"validate-https": true,
|
|
"allowed-hosts": [
|
|
"npm"
|
|
]
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"trailingComma": "es5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/semantic-release/semantic-release.git"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"codecov": "codecov -f coverage/coverage-final.json",
|
|
"lint:prettier": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
|
|
"lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"docs/**/*.md\" \"{bin,lib,test}/**/*.js\"",
|
|
"lint:lockfile": "lockfile-lint",
|
|
"lint:engines": "ls-engines",
|
|
"lint:publish": "publint --strict",
|
|
"semantic-release": "./bin/semantic-release.js",
|
|
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
|
|
"test:unit": "c8 ava --verbose",
|
|
"test:integration": "ava --verbose test/integration.test.js"
|
|
},
|
|
"renovate": {
|
|
"extends": [
|
|
"github>semantic-release/.github:renovate-config"
|
|
]
|
|
}
|
|
}
|