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"
}
}