-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@withblocks/cz-customizable",
"version": "0.1.0",
"description": "Commitizen customizable adapter following the conventional-changelog format.",
"authors": [
{
"name": "Nick Vlug",
"email": "nick@withblocks.com"
}
],
"license": "GPL-3.0",
"keywords": [
"withblocks",
"commitizen",
"cz-customizable"
],
"homepage": "https://github.com/withblocks/cz-customizable/tree/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/withblocks/cz-customizable.git"
},
"bugs": {
"url": "https://github.com/withblocks/cz-customizable/issues"
},
"dependencies": {
"editor": "^1.0.0",
"find-config": "^1.0.0",
"inquirer": "^8.1.2",
"lodash.concat": "^4.5.0",
"lodash.filter": "^4.6.0",
"lodash.find": "^4.6.0",
"lodash.get": "^4.4.2",
"lodash.reject": "^4.6.0",
"lodash.trim": "^4.5.1",
"temp": "^0.9.4",
"word-wrap": "^1.2.3"
},
"bin": {
"cz-customizable": "./bin/customizable.js"
},
"files": [
"LICENSE",
"README.md",
"src",
"types",
"bin/customizable.js"
],
"types": "./types/index.d.ts",
"main": "./src/index.js",
"publishConfig": {
"access": "public"
}
}