package.json 813 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@esotericsoftware/spine-webgl",
  3. "version": "4.1.19",
  4. "description": "The official Spine Runtimes for the web.",
  5. "main": "dist/index.js",
  6. "types": "dist/index.d.ts",
  7. "files": [
  8. "dist/**/*",
  9. "README.md",
  10. "LICENSE"
  11. ],
  12. "scripts": {},
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/esotericsoftware/spine-runtimes.git"
  16. },
  17. "keywords": [
  18. "gamedev",
  19. "animations",
  20. "2d",
  21. "spine",
  22. "game-dev",
  23. "runtimes",
  24. "skeletal"
  25. ],
  26. "author": "Esoteric Software LLC",
  27. "license": "LicenseRef-LICENSE",
  28. "bugs": {
  29. "url": "https://github.com/esotericsoftware/spine-runtimes/issues"
  30. },
  31. "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
  32. "dependencies": {
  33. "@esotericsoftware/spine-core": "^4.1.19"
  34. }
  35. }