mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"name": "spine-flutter-codegen",
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "npx -y typescript-formatter -r **/*.ts",
|
|
"generate": "npx tsx src/index.ts",
|
|
"check": "npx biome check src && npx tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"spine-c-codegen": "file:../../spine-c/codegen"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"tsx": "^4.0.0",
|
|
"typescript-formatter": "^7.2.2",
|
|
"@biomejs/biome": "^2.1.1"
|
|
}
|
|
} |