package.json 600 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@vue/compiler-core",
  3. "version": "3.0.0-alpha.1",
  4. "description": "@vue/compiler-core",
  5. "main": "index.js",
  6. "module": "dist/compiler-core.esm-bundler.js",
  7. "files": [
  8. "index.js",
  9. "dist"
  10. ],
  11. "types": "dist/compiler-core.d.ts",
  12. "sideEffects": false,
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/vuejs/vue.git"
  16. },
  17. "keywords": [
  18. "vue"
  19. ],
  20. "author": "Evan You",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/vuejs/vue/issues"
  24. },
  25. "homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler-core#readme"
  26. }