package.json 761 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@esotericsoftware/spine-core",
  3. "version": "4.2.84",
  4. "description": "The official Spine Runtimes for the web.",
  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. }