package.json 790 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "vue3-webcomponent-wrapper",
  3. "version": "0.1.4",
  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. "directory": "tools/vue3-webcomponent-wrapper"
  13. },
  14. "keywords": [
  15. "Vue3",
  16. "Web",
  17. "Component",
  18. "Hue"
  19. ],
  20. "author": "Sreenath Somarajapuram <somarajapuram@gmail.com>",
  21. "license": "Apache-2.0",
  22. "bugs": {
  23. "url": "https://github.com/cloudera/hue/issues",
  24. "email" : "somarajapuram@gmail.com"
  25. },
  26. "homepage": "https://github.com/cloudera/hue/tree/master/tools/vue3-webcomponent-wrapper#readme",
  27. "devDependencies": {}
  28. }