mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
42 lines
944 B
JSON
42 lines
944 B
JSON
{
|
|
"name": "@esotericsoftware/spine-threejs",
|
|
"version": "4.2.79",
|
|
"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",
|
|
"dependencies": {
|
|
"@esotericsoftware/spine-core": "4.2.79"
|
|
},
|
|
"devDependencies": {
|
|
"@types/three": "0.162.0"
|
|
},
|
|
"peerDependencies": {
|
|
"three": "0.162.0"
|
|
}
|
|
} |