Skip to content

Commit 6924378

Browse files
committed
chore: add package metadata for npm publishing
1 parent 3dfc669 commit 6924378

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
"name": "@libpdf/core",
33
"version": "0.0.1-beta.0",
44
"description": "A modern PDF library for TypeScript - parsing and generation",
5+
"author": "Lucas Smith",
6+
"license": "MIT",
7+
"homepage": "https://libpdf.documenso.com",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/libpdf-js/core.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/libpdf-js/core/issues"
14+
},
15+
"keywords": [
16+
"pdf",
17+
"typescript",
18+
"parser",
19+
"generator",
20+
"pkcs7",
21+
"esign",
22+
"digital-signature",
23+
"signing",
24+
"document"
25+
],
526
"type": "module",
627
"sideEffects": false,
728
"exports": {
@@ -17,7 +38,7 @@
1738
"types": "./dist/index.d.mts",
1839
"files": [
1940
"dist",
20-
"LICENSE",
41+
"LICENSE.md",
2142
"README.md"
2243
],
2344
"imports": {

0 commit comments

Comments
 (0)