mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-23 10:11:23 +08:00
35 lines
873 B
JSON
35 lines
873 B
JSON
{
|
|
"name": "@esotericsoftware/spine-core",
|
|
"version": "4.0.1",
|
|
"description": "The official Spine Runtimes for the web.",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc -p ./tsconfig.json; npx rollup -c rollup.config.js --sourcemap;"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"npx": "^10.2.2",
|
|
"rollup": "^2.56.2",
|
|
"rollup-plugin-dts": "^3.0.2",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|