UNPKG

@semantic-release/commit-analyzer

Version:

semantic-release plugin to analyze commits with conventional-changelog

121 lines (120 loc) 3.23 kB
{ "name": "@semantic-release/commit-analyzer", "description": "semantic-release plugin to analyze commits with conventional-changelog", "version": "13.0.1", "type": "module", "author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)", "ava": { "files": [ "test/**/*.test.js", "!test/integration.test.js" ] }, "bugs": { "url": "https://github.com/semantic-release/commit-analyzer/issues" }, "contributors": [ "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)", "Gregor Martynus (https://twitter.com/gr2m)", "Matt Travi <npm@travi.org> (https://matt.travi.org/)" ], "dependencies": { "conventional-changelog-angular": "^8.0.0", "conventional-changelog-writer": "^8.0.0", "conventional-commits-filter": "^5.0.0", "conventional-commits-parser": "^6.0.0", "debug": "^4.0.0", "import-from-esm": "^2.0.0", "lodash-es": "^4.17.21", "micromatch": "^4.0.2" }, "devDependencies": { "ava": "6.2.0", "c8": "10.1.3", "conventional-changelog-atom": "5.0.0", "conventional-changelog-conventionalcommits": "8.0.0", "conventional-changelog-ember": "5.0.0", "conventional-changelog-eslint": "6.0.0", "conventional-changelog-express": "5.0.0", "conventional-changelog-jshint": "5.0.0", "lockfile-lint": "4.14.0", "ls-engines": "0.9.3", "npm-run-all2": "7.0.2", "prettier": "3.4.2", "publint": "0.2.12", "semantic-release": "24.2.0", "sinon": "19.0.2" }, "engines": { "node": ">=20.8.1" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/semantic-release/commit-analyzer#readme", "keywords": [ "changelog", "commit-analyzer", "conventional-changelog", "conventional-commits", "github", "publish", "release", "semantic-release" ], "license": "MIT", "exports": "./index.js", "main": "./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/commit-analyzer.git" }, "scripts": { "lint:prettier": "prettier --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/*.js\"", "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" }, "renovate": { "extends": [ "github>semantic-release/.github:renovate-config" ] }, "packageManager": "npm@11.0.0" }