package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@pixi/text",
  3. "version": "6.5.10",
  4. "main": "dist/cjs/text.js",
  5. "module": "dist/esm/text.mjs",
  6. "bundle": "dist/browser/text.js",
  7. "types": "index.d.ts",
  8. "exports": {
  9. ".": {
  10. "import": {
  11. "types": "./index.d.ts",
  12. "default": "./dist/esm/text.mjs"
  13. },
  14. "require": {
  15. "types": "./index.d.ts",
  16. "default": "./dist/cjs/text.js"
  17. }
  18. }
  19. },
  20. "description": "Text via the Canvas API",
  21. "author": "Mat Groves",
  22. "contributors": [
  23. "Matt Karl <matt@mattkarl.com>"
  24. ],
  25. "homepage": "http://pixijs.com/",
  26. "bugs": "https://github.com/pixijs/pixi.js/issues",
  27. "license": "MIT",
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/pixijs/pixi.js.git"
  31. },
  32. "publishConfig": {
  33. "access": "public"
  34. },
  35. "files": [
  36. "lib",
  37. "dist",
  38. "*.d.ts"
  39. ],
  40. "peerDependencies": {
  41. "@pixi/core": "6.5.10",
  42. "@pixi/math": "6.5.10",
  43. "@pixi/settings": "6.5.10",
  44. "@pixi/sprite": "6.5.10",
  45. "@pixi/utils": "6.5.10"
  46. },
  47. "gitHead": "8cdbf55064b7adc05f65c51e177f1c22f7329f0f"
  48. }