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