UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@commitlint/prompt",
3 "version": "17.0.3",
4 "description": "commitizen prompt using commitlint.config.js",
5 "main": "./lib/index.js",
6 "files": [
7 "lib/"
8 ],
9 "scripts": {
10 "deps": "dep-check",
11 "pkg": "pkg-check --skip-import"
12 },
13 "config": {
14 "commitizen": {
15 "path": "./@commitlint/prompt"
16 }
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/conventional-changelog/commitlint.git",
21 "directory": "@commitlint/prompt"
22 },
23 "keywords": [
24 "conventional-changelog",
25 "commitlint",
26 "prompt",
27 "cz",
28 "commitizen"
29 ],
30 "author": "Mario Nebl <hello@herebecode.com>",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/conventional-changelog/commitlint/issues"
34 },
35 "homepage": "https://commitlint.js.org/",
36 "engines": {
37 "node": ">=v14"
38 },
39 "devDependencies": {
40 "@commitlint/config-angular": "^17.0.3",
41 "@commitlint/types": "^14.0.0",
42 "@commitlint/utils": "^17.0.0",
43 "@types/inquirer": "^6.5.0",
44 "commitizen": "^4.2.4",
45 "inquirer": "^6.5.2"
46 },
47 "dependencies": {
48 "@commitlint/ensure": "^17.0.0",
49 "@commitlint/load": "^17.0.3",
50 "@commitlint/types": "^17.0.0",
51 "chalk": "^4.1.0",
52 "inquirer": "^6.5.2",
53 "lodash": "^4.17.19"
54 },
55 "gitHead": "234e762ccfb4c89456dcfb050405a723ae762076"
56}