forked from leoforfree/cz-customizable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.54 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.54 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"_args": [
[
"cz-customizable@6.2.0",
"/Users/anthonydomingue/Documents/wikodit/fcc-directory"
]
],
"_from": "cz-customizable@6.2.0",
"_id": "cz-customizable@6.2.0",
"_inBundle": false,
"_integrity": "sha512-6fBA8pbwApTY20Q5aDkWgJcg5wCmbwlcnccUFyBQypN8AoRJ0Vt4pLehai0/P2Xr29t2UDYoNGOUDhi4eoR0JQ==",
"_location": "/cz-customizable",
"_phantomChildren": {
"chalk": "2.4.2",
"cli-width": "2.2.0",
"escape-string-regexp": "1.0.5",
"external-editor": "3.1.0",
"lodash": "4.17.15",
"run-async": "2.4.0",
"rxjs": "6.5.4",
"signal-exit": "3.0.2",
"strip-ansi": "5.2.0",
"through": "2.3.8"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "cz-customizable@6.2.0",
"name": "cz-customizable",
"escapedName": "cz-customizable",
"rawSpec": "6.2.0",
"saveSpec": null,
"fetchSpec": "6.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/cz-customizable/-/cz-customizable-6.2.0.tgz",
"_spec": "6.2.0",
"_where": "/Users/anthonydomingue/Documents/wikodit/fcc-directory",
"author": {
"name": "Leonardo Correa",
"email": "leonardoanalista@gmail.com"
},
"bugs": {
"url": "https://github.com/leonardoanalista/cz-customizable/issues"
},
"config": {
"commitizen": {
"path": "./index.js"
},
"cz-customizable": {
"config": "cz-config-EXAMPLE.js"
},
"ghooks": {
"pre-commit": "npm run lint && npm run test"
}
},
"contributors": [
{
"name": "Aleksey Guryanov",
"email": "gurianov@gmail.com"
}
],
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.0",
"editor": "1.0.0",
"find-config": "^1.0.0",
"fuzzy": "^0.1.3",
"inquirer": "^8.0.0",
"inquirer-better-prompts": "github:NorthBlue333/inquirer-better-prompts#master",
"lodash": "^4.17.11",
"temp": "^0.9.0",
"word-wrap": "^1.2.3"
},
"description": "Commitizen customizable adapter following the conventional-changelog format.",
"devDependencies": {
"codecov.io": "0.1.6",
"commitizen": "^3.1.1",
"dotenv": "^8.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-nada": "^1.1.1",
"eslint-plugin-prettier": "^3.1.0",
"ghooks": "^2.0.4",
"istanbul": "^0.4.5",
"jasmine": "^3.7.0",
"prettier": "^1.17.1",
"rewire": "^4.0.1",
"semantic-release": "^15.13.12",
"travis-deploy-once": "^5.0.11"
},
"homepage": "https://github.com/leonardoanalista/cz-customizable",
"license": "MIT",
"main": "index.js",
"name": "cz-customizable",
"repository": {
"type": "git",
"url": "git+https://github.com/leonardoanalista/cz-customizable.git"
},
"scripts": {
"commit": "./standalone.js",
"lint": "node_modules/eslint/bin/eslint.js *.js spec/**.js",
"prettier": "prettier --single-quote --trailing-comma es5 --write '*.js' 'spec/**/*.js'",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"semantic-release": "semantic-release",
"test": "jasmine --random=false \"spec/*.js\"",
"test:check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"test:coverage": "istanbul cover -x cz-config-EXAMPLE.js jasmine --random=false spec/",
"test:watch": "jasmine --random=false --color --autotest spec/ --watch .",
"travis-deploy-once": "travis-deploy-once",
"fetch-jira": "./fetchJiraIssues.js"
},
"types": "index.d.ts",
"version": "6.3.0"
}