21a1a4f54dbf8a7e8689bf61792eabfa69ca5c57049f33f1f88d208205dded73126c3f984408113fc9b07276c540f430b43ebe4be227dfaddbae057e678a76 896 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@vueuse/metadata",
  3. "type": "module",
  4. "version": "10.11.1",
  5. "description": "Metadata for VueUse functions",
  6. "author": "Anthony Fu <https://github.com/antfu>",
  7. "license": "MIT",
  8. "funding": "https://github.com/sponsors/antfu",
  9. "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme",
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/vueuse/vueuse.git",
  13. "directory": "packages/metadata"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/vueuse/vueuse/issues"
  17. },
  18. "keywords": [
  19. "vue",
  20. "vue-use"
  21. ],
  22. "sideEffects": false,
  23. "exports": {
  24. ".": {
  25. "import": "./index.mjs",
  26. "require": "./index.cjs"
  27. },
  28. "./*": "./*"
  29. },
  30. "main": "./index.cjs",
  31. "module": "./index.mjs",
  32. "types": "./index.d.ts",
  33. "files": [
  34. "index.*"
  35. ],
  36. "scripts": {
  37. "update": "esno scripts/update.ts"
  38. }
  39. }