mirror of
https://github.com/smogon/sprites.git
synced 2026-08-19 08:25:50 -05:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig-workspace.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.7",
|
|
"typescript": "~7.0.2"
|
|
}
|
|
}
|