File tree 1 file changed +38
-35
lines changed
1 file changed +38
-35
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @11ty/eleventy-plugin-pug" ,
3
- "version" : " 1.0.0-alpha.1" ,
4
- "description" : " The `pug` template language plugin for Eleventy v3 and newer." ,
5
- "keywords" : [
6
- " eleventy" ,
7
- " eleventy-plugin" ,
8
- " plugin" ,
9
- " pug" ,
10
- " html" ,
11
- " template" ,
12
- " ssg" ,
13
- " static-site-generator"
14
- ],
15
- "exports" : " ./index.js" ,
2
+ "name" : " @11ty/eleventy-plugin-pug" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " The `pug` template language plugin for Eleventy v3 and newer." ,
5
+ "keywords" : [
6
+ " eleventy" ,
7
+ " eleventy-plugin" ,
8
+ " plugin" ,
9
+ " pug" ,
10
+ " html" ,
11
+ " template" ,
12
+ " ssg" ,
13
+ " static-site-generator"
14
+ ],
15
+ "exports" : " ./index.js" ,
16
+ "publishConfig" : {
17
+ "access" : " public"
18
+ },
16
19
"files" : [
17
20
" *.js" ,
18
21
" !test" ,
19
22
" !test-stubs"
20
23
],
21
- "type" : " module" ,
22
- "directories" : {
23
- "test" : " test"
24
- },
24
+ "type" : " module" ,
25
+ "directories" : {
26
+ "test" : " test"
27
+ },
25
28
"scripts" : {
26
29
"test" : " echo \" Error: run tests from root directory\" && exit 1"
27
30
},
28
- "repository" : {
29
- "type" : " git" ,
30
- "url" : " git+https://github.com/11ty/eleventy-plugin-template-languages.git"
31
- },
32
- "author" : " Zearin" ,
33
- "license" : " MIT" ,
34
- "bugs" : {
35
- "url" : " https://github.com/11ty/eleventy-plugin-template-languages/issues"
36
- },
37
- "homepage" : " https://github.com/11ty/eleventy-plugin-template-languages#readme" ,
38
- "engines" : {
39
- "node" : " >=18"
40
- },
41
- "dependencies" : {
42
- "debug" : " ^4.3.5" ,
43
- "pug" : " ^3.0.3"
44
- }
31
+ "repository" : {
32
+ "type" : " git" ,
33
+ "url" : " git+https://github.com/11ty/eleventy-plugin-template-languages.git"
34
+ },
35
+ "author" : " Zearin" ,
36
+ "license" : " MIT" ,
37
+ "bugs" : {
38
+ "url" : " https://github.com/11ty/eleventy-plugin-template-languages/issues"
39
+ },
40
+ "homepage" : " https://github.com/11ty/eleventy-plugin-template-languages#readme" ,
41
+ "engines" : {
42
+ "node" : " >=18"
43
+ },
44
+ "dependencies" : {
45
+ "debug" : " ^4.3.5" ,
46
+ "pug" : " ^3.0.3"
47
+ }
45
48
}
You can’t perform that action at this time.
0 commit comments