package.json 967 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@esotericsoftware/spine-canvaskit",
  3. "version": "4.2.84",
  4. "description": "The official Spine Runtimes for CanvasKit for NodeJS",
  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.84",
  35. "canvaskit-wasm": "0.39.1"
  36. },
  37. "devDependencies": {
  38. "@pdf-lib/upng": "1.0.1",
  39. "@types/node": "20.14.9"
  40. }
  41. }