1
1
{
2
2
"name" : " @form8ion/remark-lint-preset" ,
3
3
"description" : " remark preset to configure remark-lint with markdown style conventions" ,
4
+ "license" : " MIT" ,
5
+ "version" : " 0.0.0-semantically-released" ,
4
6
"type" : " module" ,
5
- "exports" : " ./index.js" ,
6
7
"engines" : {
7
8
"node" : " ^14.15 || >=16"
8
9
},
9
- "license" : " MIT" ,
10
- "version" : " 0.0.0-semantically-released" ,
11
- "sideEffects" : false ,
12
- "publishConfig" : {
13
- "access" : " public"
14
- },
15
- "files" : [
16
- " index.js"
17
- ],
10
+ "author" :
" Matt Travi <[email protected] > (https://matt.travi.org/)" ,
18
11
"repository" : " form8ion/remark-lint-preset" ,
19
12
"bugs" : " https://github.com/form8ion/remark-lint-preset/issues" ,
20
13
"homepage" : " https://npm.im/@form8ion/remark-lint-preset" ,
21
- "author" :
" Matt Travi <[email protected] > (https://matt.travi.org/)" ,
14
+ "exports" : " ./index.js" ,
15
+ "sideEffects" : false ,
22
16
"scripts" : {
23
17
"test" : " npm-run-all --print-label --parallel lint:*" ,
24
18
"lint:js" : " eslint . --cache" ,
28
22
"prepare" : " husky install" ,
29
23
"lint:engines" : " ls-engines"
30
24
},
31
- "devDependencies" : {
32
- "@commitlint/cli" : " 17.4.2" ,
33
- "@form8ion/commitlint-config" : " 1.0.43" ,
34
- "@form8ion/eslint-config" : " 5.0.23" ,
35
- "@travi/any" : " 2.1.6" ,
36
- "ban-sensitive-files" : " 1.9.18" ,
37
- "cz-conventional-changelog" : " 3.3.0" ,
38
- "husky" : " 8.0.3" ,
39
- "ls-engines" : " 0.9.0" ,
40
- "npm-run-all" : " 4.1.5" ,
41
- "remark-cli" : " 11.0.0"
25
+ "files" : [
26
+ " index.js"
27
+ ],
28
+ "publishConfig" : {
29
+ "access" : " public"
42
30
},
43
31
"dependencies" : {
44
32
"remark-gfm" : " ^3.0.0" ,
51
39
"remark-lint-unordered-list-marker-style" : " 3.1.1" ,
52
40
"remark-preset-lint-recommended" : " 6.1.2" ,
53
41
"remark-validate-links" : " 12.1.0"
42
+ },
43
+ "devDependencies" : {
44
+ "@commitlint/cli" : " 17.4.2" ,
45
+ "@form8ion/commitlint-config" : " 1.0.43" ,
46
+ "@form8ion/eslint-config" : " 5.0.23" ,
47
+ "@travi/any" : " 2.1.6" ,
48
+ "ban-sensitive-files" : " 1.9.18" ,
49
+ "cz-conventional-changelog" : " 3.3.0" ,
50
+ "husky" : " 8.0.3" ,
51
+ "ls-engines" : " 0.9.0" ,
52
+ "npm-run-all" : " 4.1.5" ,
53
+ "remark-cli" : " 11.0.0"
54
54
}
55
55
}
0 commit comments