spine-runtimes/spine-ts/package.json
2021-08-20 16:24:10 +02:00

38 lines
824 B
JSON

{
"name": "spine-ts",
"version": "4.0.1",
"description": "The official Spine Runtimes for the web.",
"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",
"private": true,
"workspaces": [
"spine-core/*",
"spine-canvas/*",
"spine-player/*",
"spine-threejs/*",
"spine-webgl/*"
],
"devDependencies": {
"npx": "^10.2.2",
"typescript": "^4.3.5"
}
}