File tree 1 file changed +18
-14
lines changed
1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"description" : " Variative and customizable format for commitlint" ,
5
5
"author" : " codeismyid" ,
6
+ "license" : " MIT" ,
7
+ "homepage" : " https://github.com/codeismyid/commitlint-format#readme" ,
6
8
"repository" : {
7
9
"type" : " git" ,
8
10
"url" : " git+https://github.com/codeismyid/commitlint-format.git"
9
11
},
10
- "homepage" : " https://github.com/codeismyid/commitlint-format#readme" ,
11
12
"bugs" : {
12
13
"url" : " https://github.com/codeismyid/commitlint-format/issues"
13
14
},
15
+ "files" : [" dist" ],
16
+ "publishConfig" : {
17
+ "access" : " public" ,
18
+ "provenance" : true
19
+ },
14
20
"keywords" : [
15
21
" commitlint" ,
16
22
" commitlint-format" ,
17
23
" commitlint-formatter" ,
18
24
" format" ,
19
25
" formatter"
20
26
],
21
- "files" : [" dist" ],
22
- "license" : " MIT" ,
23
- "type" : " module" ,
24
- "devEngines" : {
25
- "runtime" : {
26
- "name" : " bun" ,
27
- "onFail" : " ignore"
28
- },
29
- "packageManager" : {
30
- "name" : " bun" ,
31
- "onFail" : " warn"
32
- }
33
- },
34
27
"scripts" : {
35
28
"prepare" : " bunx husky || true" ,
36
29
"ci" : " bun install --frozen-lockfile" ,
67
60
"type-coverage" : " 2.29.7" ,
68
61
"typescript" : " 5.8.2"
69
62
},
63
+ "type" : " module" ,
70
64
"exports" : {
71
65
"." : " ./dist/index.js" ,
72
66
"./*" : " ./dist/formatters/*.js" ,
73
67
"./package.json" : " ./package.json"
74
68
},
69
+ "devEngines" : {
70
+ "runtime" : {
71
+ "name" : " bun" ,
72
+ "onFail" : " ignore"
73
+ },
74
+ "packageManager" : {
75
+ "name" : " bun" ,
76
+ "onFail" : " warn"
77
+ }
78
+ },
75
79
"typeCoverage" : {
76
80
"atLeast" : 100 ,
77
81
"strict" : true ,
You can’t perform that action at this time.
0 commit comments