spine资源引入

This commit is contained in:
tianmo
2026-08-29 03:10:16 +08:00
parent 166b5015c2
commit 5f4667f736
25 changed files with 31151 additions and 9082 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.2.119",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/esotericsoftware/spine-runtimes.git"
},
"keywords": [
"gamedev",
"animations",
"2d",
"spine",
"game-dev",
"runtimes",
"skeletal"
],
"author": "Esoteric Software LLC",
"license": "LicenseRef-LICENSE",
"bugs": {
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme"
}