mirror of
https://github.com/smogon/sprites.git
synced 2026-08-14 13:14:49 -05:00
16 lines
372 B
JSON
16 lines
372 B
JSON
{
|
|
"dependencies": {
|
|
"@smogon/sprite-data": "workspace:*",
|
|
"@types/node": "^24.10.7",
|
|
"@types/tar-stream": "^2.2.2",
|
|
"base32-encode": "^2.0.0",
|
|
"commander": "^5.1.0",
|
|
"debug": "^4.1.1",
|
|
"tar-stream": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test test/script.test.ts"
|
|
},
|
|
"type": "module"
|
|
}
|