package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "@flyfish-group/file-viewer3",
  3. "version": "2.1.8",
  4. "private": false,
  5. "type": "module",
  6. "description": "Historical Vue 3 alias package for @file-viewer/vue3",
  7. "keywords": [
  8. "file-viewer",
  9. "document-preview",
  10. "vue3",
  11. "alias",
  12. "document-viewer",
  13. "file-preview",
  14. "self-hosted"
  15. ],
  16. "publishConfig": {
  17. "access": "public",
  18. "registry": "https://registry.npmjs.org/"
  19. },
  20. "author": {
  21. "name": "Wangyu",
  22. "email": "wybaby168@gmail.com"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/flyfish-dev/file-viewer.git",
  27. "directory": "packages/compat/vue3-scoped"
  28. },
  29. "homepage": "https://github.com/flyfish-dev/file-viewer",
  30. "bugs": {
  31. "url": "https://github.com/flyfish-dev/file-viewer/issues"
  32. },
  33. "funding": {
  34. "type": "individual",
  35. "url": "https://dev.flyfish.group/shop"
  36. },
  37. "scripts": {
  38. "build": "node scripts/build.mjs",
  39. "type-check": "node scripts/build.mjs",
  40. "prepublishOnly": "pnpm build"
  41. },
  42. "main": "./dist/index.js",
  43. "browser": "./dist/index.js",
  44. "module": "./dist/index.js",
  45. "exports": {
  46. ".": {
  47. "types": "./dist/index.d.ts",
  48. "import": "./dist/index.js",
  49. "default": "./dist/index.js"
  50. },
  51. "./dist/file-viewer3.css": "./dist/file-viewer3.css",
  52. "./package.json": "./package.json"
  53. },
  54. "types": "dist/index.d.ts",
  55. "dependencies": {
  56. "@file-viewer/vue3": "workspace:^2.1.8"
  57. },
  58. "devDependencies": {},
  59. "files": [
  60. "dist",
  61. "README.md",
  62. "README.en.md",
  63. "LICENSE"
  64. ],
  65. "license": "Apache-2.0"
  66. }