-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
44 lines (44 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "pdf-vue3",
"version": "1.0.12",
"description": "vue3 pdf viewer",
"main": "./dist/pdf-vue3.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/pdf-vue3.js"
}
},
"scripts": {
"tsc": "vue-tsc --noEmit && vue-tsc --emitDeclarationOnly --allowJs",
"build": "vite build && npm run tsc"
},
"files": [
"dist"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/hymhub/pdf-vue3.git"
},
"author": "hyminghan",
"license": "MIT",
"bugs": {
"url": "https://github.com/hymhub/pdf-vue3/issues"
},
"homepage": "https://github.com/hymhub/pdf-vue3#readme",
"keywords": [
"pdf-vue3",
"pdf",
"vue.js",
"viewer"
],
"devDependencies": {
"@vitejs/plugin-vue": "4.2.3",
"pdfjs-dist": "3.7.107",
"vite": "4.3.9",
"vue": "3.3.4",
"vue-tsc": "1.8.0"
}
}