package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@esotericsoftware/spine-pixi-v7",
  3. "version": "4.2.86",
  4. "description": "The official Spine Runtimes for the web PixiJS v7.",
  5. "main": "dist/index.js",
  6. "types": "dist/index.d.ts",
  7. "type": "module",
  8. "files": [
  9. "dist/**/*",
  10. "README.md",
  11. "LICENSE"
  12. ],
  13. "scripts": {},
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/esotericsoftware/spine-runtimes.git"
  17. },
  18. "keywords": [
  19. "gamedev",
  20. "animations",
  21. "2d",
  22. "spine",
  23. "game-dev",
  24. "runtimes",
  25. "skeletal"
  26. ],
  27. "author": "Esoteric Software LLC",
  28. "license": "LicenseRef-LICENSE",
  29. "bugs": {
  30. "url": "https://github.com/esotericsoftware/spine-runtimes/issues"
  31. },
  32. "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
  33. "dependencies": {
  34. "@esotericsoftware/spine-core": "4.2.86"
  35. },
  36. "peerDependencies": {
  37. "@pixi/core": "^7.2.4",
  38. "@pixi/display": "^7.2.4",
  39. "@pixi/graphics": "^7.2.4",
  40. "@pixi/text": "^7.2.4",
  41. "@pixi/assets": "^7.2.4",
  42. "@pixi/mesh": "^7.2.4",
  43. "@pixi/events": "^7.2.4"
  44. }
  45. }