{ "name": "@commitlint/prompt-cli", "version": "12.1.1", "description": "commit prompt using commitlint.config.js", "files": [ "cli.js" ], "bin": { "commit": "./cli.js" }, "scripts": { "commit": "$npm_package_bin_commit", "deps": "dep-check", "pkg": "pkg-check --skip-main" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git" }, "keywords": [ "commitlint", "prompt" ], "author": "Mario Nebl <hello@herebecode.com>", "license": "MIT", "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "engines": { "node": ">=v10" }, "devDependencies": { "@commitlint/test": "^12.1.0", "@commitlint/utils": "^12.1.1" }, "dependencies": { "@commitlint/prompt": "^12.1.1", "execa": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" }