package.json 950 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@vue/runtime-vapor",
  3. "version": "3.0.0-vapor",
  4. "description": "@vue/runtime-vapor",
  5. "main": "index.js",
  6. "module": "dist/runtime-vapor.esm-bundler.js",
  7. "types": "dist/runtime-vapor.d.ts",
  8. "unpkg": "dist/runtime-vapor.global.js",
  9. "files": [
  10. "index.js",
  11. "dist"
  12. ],
  13. "sideEffects": false,
  14. "buildOptions": {
  15. "name": "VueRuntimeVapor",
  16. "formats": [
  17. "esm-bundler",
  18. "esm-browser",
  19. "cjs",
  20. "global"
  21. ]
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "git+https://github.com/vuejs/core-vapor.git",
  26. "directory": "packages/runtime-vapor"
  27. },
  28. "keywords": [
  29. "vue"
  30. ],
  31. "author": "Evan You",
  32. "license": "MIT",
  33. "bugs": {
  34. "url": "https://github.com/vuejs/core-vapor/issues"
  35. },
  36. "homepage": "https://github.com/vuejs/core-vapor/tree/dev/packages/runtime-vapor#readme",
  37. "dependencies": {
  38. "@vue/shared": "workspace:*",
  39. "@vue/reactivity": "workspace:*"
  40. }
  41. }