mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"name": "spine-tests",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"compare": "tsx compare-with-reference-impl.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"tsx": "^4.0.0"
|
|
}
|
|
} |