package.json 695 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "vue3-webcomponent-wrapper",
  3. "version": "0.1.2",
  4. "description": "Wrap and register a Vue 3 component as a custom element.",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/cloudera/hue.git"
  12. },
  13. "keywords": [
  14. "Vue3",
  15. "Web",
  16. "Component",
  17. "Hue"
  18. ],
  19. "author": "Sreenath Somarajapuram <ssomarajapuram@cloudera.com>",
  20. "license": "Apache-2.0",
  21. "bugs": {
  22. "url": "https://github.com/cloudera/hue/issues"
  23. },
  24. "homepage": "https://github.com/cloudera/hue/tree/master/vue3-webcomponent-wrapper#readme",
  25. "devDependencies": {}
  26. }