Skip to content

Commit f29827f

Browse files
committed
chore: 📝 package config
1 parent ae195c1 commit f29827f

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

packages/pretty-code/package.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,27 @@
22
"name": "@svelte-dev/pretty-code",
33
"version": "0.0.0",
44
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
5+
"description": "Beautiful Svelte code blocks for Markdown or MDsveX.",
56
"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+
},
626
"dependencies": {
727
"rehype-pretty-code": "^0.12.1",
828
"rehype-stringify": "^10.0.0",
@@ -20,15 +40,12 @@
2040
"default": "./dist/index.js"
2141
}
2242
},
23-
"description": "",
2443
"files": [
2544
"LICENSE",
2645
"dist",
2746
"!dist/**/*.test.*",
2847
"!dist/**/*.spec.*"
2948
],
30-
"keywords": [],
31-
"license": "Apache-2.0",
3249
"scripts": {
3350
"build": "tsc"
3451
},

0 commit comments

Comments
 (0)