UNPKG

commit-guard-cli

Version:

Commit validation, security audits, and dependency checks for Node.js projects. Enforces conventional commits with beautiful terminal output.

61 lines (60 loc) 1.4 kB
{ "name": "commit-guard-cli", "version": "1.0.13", "description": "Commit validation, security audits, and dependency checks for Node.js projects. Enforces conventional commits with beautiful terminal output.", "main": "dist/index.js", "bin": { "commit-guard": "./bin/cli.js", "commit-guard-cli": "./bin/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest --passWithNoTests", "prepublishOnly": "npm run build" }, "keywords": [ "commit-validation", "security-audit", "conventional-commits", "git-hooks", "husky", "commitlint", "commitizen", "dependency-check", "npm-audit", "cli-tool", "commit-guard", "git-security" ], "homepage": "https://github.com/ArlindMaliqi/inno-versioning-starter#readme", "license": "MIT", "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "commander": "^11.1.0", "chalk": "^4.1.2", "fs-extra": "^11.1.1", "ora": "^5.4.1", "inquirer": "^8.2.6" }, "devDependencies": { "@types/node": "^20.0.0", "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.7", "typescript": "^5.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0" }, "files": [ "dist", "bin", "templates", "README.md" ] }