123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "@lerna/conventional-commits",
- "version": "4.0.0",
- "description": "Lerna's internal interface to conventional-changelog and friends",
- "keywords": [
- "lerna",
- "core"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/core/conventional-commits#readme",
- "license": "MIT",
- "author": {
- "name": "Daniel Stockman",
- "url": "https://github.com/evocateur"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "core/conventional-commits"
- },
- "scripts": {
- "test": "echo \"Run tests from root\" && exit 1"
- },
- "dependencies": {
- "@lerna/validation-error": "4.0.0",
- "conventional-changelog-angular": "^5.0.12",
- "conventional-changelog-core": "^4.2.2",
- "conventional-recommended-bump": "^6.1.0",
- "fs-extra": "^9.1.0",
- "get-stream": "^6.0.0",
- "lodash.template": "^4.5.0",
- "npm-package-arg": "^8.1.0",
- "npmlog": "^4.1.2",
- "pify": "^5.0.0",
- "semver": "^7.3.4"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|