Files
sprites/tools/deploy/package.json
2026-08-12 17:43:53 -04:00

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