UNPKG

lerna-clean-changelogs-cli

Version:

CLI application to cleanse the lerna/commitizen-generated changelogs

91 lines (90 loc) 2.1 kB
{ "name": "lerna-clean-changelogs-cli", "version": "4.1.3", "description": "CLI application to cleanse the lerna/commitizen-generated changelogs", "keywords": [ "changelog", "cli", "conventional", "entries", "fix", "lerna", "manage", "manager", "monorepo", "patch", "tool", "utility" ], "homepage": "https://codsen.com/os/lerna-clean-changelogs-cli", "repository": { "type": "git", "url": "git+https://github.com/codsen/codsen.git", "directory": "packages/lerna-clean-changelogs-cli" }, "license": "MIT", "author": { "name": "Roy Revelt", "email": "roy@codsen.com", "url": "https://codsen.com" }, "type": "module", "bin": { "lcc": "cli.js", "lernacleanchangelog": "cli.js" }, "scripts": { "build": "exit 0", "cjs-off": "exit 0", "cjs-on": "exit 0", "dev": "exit 0", "devtest": "npm run test", "dts": "exit 0", "examples": "exit 0", "lect": "node '../../ops/lect/lect.js'", "letspublish": "npm publish --provenance || :", "lint": "eslint . --fix --concurrency=auto --cache", "perf": "exit 0", "prep": "echo 'ready'", "prettier": "prettier", "prettier:format": "npm run prettier -- --write '**/*.{js,md}' --no-error-on-unmatched-pattern --log-level 'silent'", "pretest": "exit 0", "test": "c8 npm run unit && npm run lint", "unit": "uvu test" }, "engines": { "node": ">=18" }, "c8": { "check-coverage": false, "exclude": [ "**/test/**/*.*" ] }, "lect": { "cliSpecialKeyword": "", "cliSpecialKeywordInstructions": "", "licence": { "extras": [ "" ] } }, "dependencies": { "chalk": "^5.6.2", "fs-extra": "^11.3.3", "globby": "^16.1.0", "lerna-clean-changelogs": "^5.1.3", "meow": "^14.0.0", "p-filter": "^4.1.0", "p-reduce": "^3.0.0", "update-notifier": "^7.3.1", "write-file-atomic": "^7.0.0" }, "devDependencies": { "p-map": "^7.0.4" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }