package.json 826 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@vue/tsconfig",
  3. "version": "0.7.0",
  4. "description": "A base TSConfig for working with Vue.js",
  5. "main": "tsconfig.json",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/vuejs/tsconfig.git"
  12. },
  13. "keywords": [
  14. "vue",
  15. "tsconfig"
  16. ],
  17. "author": "Haoqun Jiang <npm@haoqun.me>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/vuejs/tsconfig/issues"
  21. },
  22. "homepage": "https://github.com/vuejs/tsconfig#readme",
  23. "publishConfig": {
  24. "access": "public",
  25. "provenance": true
  26. },
  27. "peerDependencies": {
  28. "typescript": "5.x",
  29. "vue": "^3.4.0"
  30. },
  31. "peerDependenciesMeta": {
  32. "typescript": {
  33. "optional": true
  34. },
  35. "vue": {
  36. "optional": true
  37. }
  38. }
  39. }