{ "name": "@esotericsoftware/spine-threejs", "version": "4.0.12", "description": "The official Spine Runtimes for the web.", "main": "dist/index.js", "types": "dist/index.d.ts", "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": { "@types/three": "^0.131.0", "three": "^0.132.0", "@esotericsoftware/spine-core": "^4.0.12" } }