Нет описания

package.json 699B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@vue/shared",
  3. "version": "3.1.5",
  4. "description": "internal utils shared across @vue packages",
  5. "main": "index.js",
  6. "module": "dist/shared.esm-bundler.js",
  7. "types": "dist/shared.d.ts",
  8. "files": [
  9. "index.js",
  10. "dist"
  11. ],
  12. "buildOptions": {
  13. "formats": [
  14. "esm-bundler",
  15. "cjs"
  16. ]
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/vuejs/vue-next.git",
  21. "directory": "packages/shared"
  22. },
  23. "keywords": [
  24. "vue"
  25. ],
  26. "author": "Evan You",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/vuejs/vue-next/issues"
  30. },
  31. "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/shared#readme"
  32. }