Skip to content

Commit 8aa68e6

Browse files
committed
chore: add package.json
1 parent 2395b73 commit 8aa68e6

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

package.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "pdfjs-dist",
3+
"private": "true",
4+
"description": "Type definitions extracted from Zotero's fork of pdf.js, for use in zotero-types.",
5+
"keywords": [
6+
"zotero",
7+
"pdf.js",
8+
"types",
9+
"typings",
10+
"typescript",
11+
"zotero-types"
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/zotero-plugin-dev/zotero-pdfjs-types.git"
16+
},
17+
"license": "MPL-2.0",
18+
"author": "Zotero Community and Contributors",
19+
"publishConfig": {
20+
"access": "public"
21+
},
22+
"main": "",
23+
"types": "types/src/pdf.d.ts",
24+
"files": [
25+
"types"
26+
],
27+
"scripts": {
28+
"prepare": "echo 'Nothing to build; types are generated by CI.'",
29+
"prepublishOnly": "test -d types || (echo '❌ Missing types directory' && exit 1)"
30+
},
31+
"engines": {
32+
"node": ">=18"
33+
},
34+
"packageManager": "[email protected]"
35+
}

0 commit comments

Comments
 (0)