mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"name": "spine-tests",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"compare": "tsx compare-with-reference-impl.ts",
|
|
"format": "npx -y typescript-formatter -r ./**/*.ts",
|
|
"lint": "npx biome lint ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"tsx": "^4.0.0",
|
|
"typescript-formatter": "^7.2.2",
|
|
"@biomejs/biome": "^2.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@mariozechner/lsp-cli": "^0.1.3"
|
|
}
|
|
}
|