File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @svelte-dev/pretty-code" ,
3
3
"version" : " 0.0.0" ,
4
4
"author" :
" Willin Wang <[email protected] > (https://willin.wang/)" ,
5
+ "description" : " Beautiful Svelte code blocks for Markdown or MDsveX." ,
5
6
"main" : " ./dist/index.js" ,
7
+ "keywords" : [
8
+ " svelte" ,
9
+ " highlight" ,
10
+ " rehype" ,
11
+ " md" ,
12
+ " mdsvex"
13
+ ],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " git+https://github.com/willin/svelte-pretty-code.git"
17
+ },
18
+ "bugs" : {
19
+ "url" : " https://github.com/willin/svelte-pretty-code/issues"
20
+ },
21
+ "homepage" : " https://pretty-code.js.cool" ,
22
+ "license" : " Apache-2.0" ,
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
6
26
"dependencies" : {
7
27
"rehype-pretty-code" : " ^0.12.1" ,
8
28
"rehype-stringify" : " ^10.0.0" ,
20
40
"default" : " ./dist/index.js"
21
41
}
22
42
},
23
- "description" : " " ,
24
43
"files" : [
25
44
" LICENSE" ,
26
45
" dist" ,
27
46
" !dist/**/*.test.*" ,
28
47
" !dist/**/*.spec.*"
29
48
],
30
- "keywords" : [],
31
- "license" : " Apache-2.0" ,
32
49
"scripts" : {
33
50
"build" : " tsc"
34
51
},
You can’t perform that action at this time.
0 commit comments