2
2
"name" : " @form8ion/commit-convention" ,
3
3
"description" : " form8ion plugin for managing tools related to commit conventions" ,
4
4
"license" : " MIT" ,
5
- "type" : " commonjs" ,
6
5
"version" : " 0.0.0-semantically-released" ,
6
+ "type" : " commonjs" ,
7
7
"engines" : {
8
8
"node" : " ^14.15 || >=16"
9
9
},
10
- "files" : [
11
- " example.js" ,
12
- " lib/"
13
- ],
14
- "publishConfig" : {
15
- "access" : " public"
16
- },
10
+ "author" :
" Matt Travi <[email protected] > (https://matt.travi.org)" ,
11
+ "repository" : " form8ion/commit-convention" ,
12
+ "bugs" : " https://github.com/form8ion/commit-convention/issues" ,
13
+ "homepage" : " https://npm.im/@form8ion/commit-convention" ,
17
14
"runkitExampleFilename" : " ./example.js" ,
18
- "main" : " ./lib/index.js" ,
19
- "module" : " ./lib/index.mjs" ,
20
15
"exports" : {
21
16
"require" : " ./lib/index.js" ,
22
17
"import" : " ./lib/index.mjs"
23
18
},
19
+ "main" : " ./lib/index.js" ,
20
+ "module" : " ./lib/index.mjs" ,
24
21
"sideEffects" : false ,
25
- "repository" : " form8ion/commit-convention" ,
26
- "bugs" : " https://github.com/form8ion/commit-convention/issues" ,
27
- "homepage" : " https://npm.im/@form8ion/commit-convention" ,
28
- "author" :
" Matt Travi <[email protected] > (https://matt.travi.org)" ,
29
22
"scripts" : {
30
23
"test" : " npm-run-all --print-label build --parallel lint:* --parallel test:*" ,
31
24
"lint:lockfile" : " lockfile-lint" ,
55
48
"lint:peer" : " npm ls >/dev/null" ,
56
49
"lint:engines" : " ls-engines"
57
50
},
51
+ "files" : [
52
+ " example.js" ,
53
+ " lib/"
54
+ ],
55
+ "publishConfig" : {
56
+ "access" : " public"
57
+ },
58
+ "dependencies" : {
59
+ "@form8ion/core" : " ^1.4.2" ,
60
+ "@form8ion/github-workflows-core" : " 1.0.0" ,
61
+ "@form8ion/javascript-core" : " ^6.0.0" ,
62
+ "deepmerge" : " ^4.2.2" ,
63
+ "js-yaml" : " ^4.1.0"
64
+ },
58
65
"devDependencies" : {
59
66
"@babel/register" : " 7.18.9" ,
60
67
"@cucumber/cucumber" : " 8.5.2" ,
87
94
"rollup" : " 2.79.0" ,
88
95
"rollup-plugin-auto-external" : " 2.0.0" ,
89
96
"sinon" : " 14.0.0"
90
- },
91
- "dependencies" : {
92
- "@form8ion/core" : " ^1.4.2" ,
93
- "@form8ion/github-workflows-core" : " 1.0.0" ,
94
- "@form8ion/javascript-core" : " ^6.0.0" ,
95
- "deepmerge" : " ^4.2.2" ,
96
- "js-yaml" : " ^4.1.0"
97
97
}
98
- }
98
+ }
0 commit comments