智慧水务管理系统 - 精河县供水工程综合管理平台

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@vueuse/metadata",
  3. "type": "module",
  4. "version": "14.3.0",
  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. ".": "./dist/index.js",
  25. "./*": "./dist/*",
  26. "./package.json": "./package.json"
  27. },
  28. "main": "./dist/index.js",
  29. "module": "./dist/index.js",
  30. "types": "./dist/index.d.ts",
  31. "files": [
  32. "dist"
  33. ],
  34. "scripts": {
  35. "update": "tsx scripts/update.ts",
  36. "build": "tsdown"
  37. }
  38. }