Skip to content

Commit 6f9a47f

Browse files
committed
improve(pkg): various fields
1 parent 67fa8c1 commit 6f9a47f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@
55
"type": "git",
66
"url": "git+ssh://[email protected]/jasonkuhrt/template-typescript-lib.git"
77
},
8-
"author": "Jason Kuhrt",
9-
"packageManager": "[email protected]",
8+
"author": {
9+
"name": "Jason Kuhrt",
10+
"url": "https://kuhrt.me"
11+
},
12+
"keywords": [
13+
"foo",
14+
"bar",
15+
"qux"
16+
],
17+
"bugs": {
18+
"url": "https://github.com/jasonkuhrt/template-typescript-lib/issues"
19+
},
20+
"packageManager": "[email protected]",
1021
"license": "MIT",
1122
"type": "module",
1223
"files": [
1324
"src",
14-
"build"
25+
"build",
26+
"README.md"
1527
],
1628
"types": "./build/esm/index.d.ts",
1729
"exports": {

0 commit comments

Comments
 (0)